3
0
Fork 0
forked from mirrors/nixpkgs

networkmanager-openvpn: remove nm-gtk dependency

This commit is contained in:
Jan Tojnar 2018-08-28 15:06:06 +02:00
parent cb31e93abf
commit 2683fe16a5
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -25,6 +25,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ intltool pkgconfig libxml2 ];
configureFlags = [
"--without-libnm-glib"
"--with-gnome=${if withGnome then "yes" else "no"}"
"--localstatedir=/" # needed for the management socket under /run/NetworkManager
];