networkmanager-vpnc: remove nm-gtk dependency

This commit is contained in:
Jan Tojnar 2018-08-28 15:04:24 +02:00
parent c858c831b6
commit cb31e93abf
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -24,6 +24,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ intltool pkgconfig file ];
configureFlags = [
"--without-libnm-glib"
"--with-gnome=${if withGnome then "yes" else "no"}"
];