forked from mirrors/nixpkgs
networkmanager-openvpn: remove nm-gtk dependency
This commit is contained in:
parent
cb31e93abf
commit
2683fe16a5
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue