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
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

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"