1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 ];
configureFlags = [
"--without-libnm-glib"
"--with-gnome=${if withGnome then "yes" else "no"}"
"--localstatedir=/tmp"
];