networkmanager-l2tp: remove nm-gtk dependency

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

View File

@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
'';
configureFlags = [
"--without-libnm-glib"
"--with-gnome=${if withGnome then "yes" else "no"}"
"--localstatedir=/var"
"--sysconfdir=$(out)/etc"