forked from mirrors/nixpkgs
networkmanager-fortisslvpn: remove nm-gtk dependency
This commit is contained in:
parent
a6130c36cd
commit
2eb3fab10b
|
@ -25,6 +25,7 @@ in stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ intltool pkgconfig ];
|
||||
|
||||
configureFlags = [
|
||||
"--without-libnm-glib"
|
||||
"--with-gnome=${if withGnome then "yes" else "no"}"
|
||||
"--localstatedir=/tmp"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue