networkmanager-fortisslvpn: remove nm-gtk dependency

This commit is contained in:
Jan Tojnar
2018-08-28 15:00:27 +02:00
parent a6130c36cd
commit 2eb3fab10b

View File

@@ -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"
];