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