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