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

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