mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
network-manager-vpnc: compile withGnome=false
This commit is contained in:
parent
cb1cb445e8
commit
f13d54f593
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, substituteAll, vpnc, intltool, pkgconfig, networkmanager, libsecret
|
{ stdenv, fetchurl, substituteAll, vpnc, intltool, pkgconfig, networkmanager, libsecret
|
||||||
, gtk3, withGnome ? true, gnome3, kmod, file, fetchpatch, libnma }:
|
, gtk3, withGnome ? true, gnome3, glib, kmod, file, fetchpatch, libnma }:
|
||||||
let
|
let
|
||||||
pname = "NetworkManager-vpnc";
|
pname = "NetworkManager-vpnc";
|
||||||
version = "1.2.6";
|
version = "1.2.6";
|
||||||
@ -23,7 +23,7 @@ in stdenv.mkDerivation {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ vpnc networkmanager ]
|
buildInputs = [ vpnc networkmanager glib ]
|
||||||
++ stdenv.lib.optionals withGnome [ gtk3 libsecret libnma ];
|
++ stdenv.lib.optionals withGnome [ gtk3 libsecret libnma ];
|
||||||
|
|
||||||
nativeBuildInputs = [ intltool pkgconfig file ];
|
nativeBuildInputs = [ intltool pkgconfig file ];
|
||||||
|
Loading…
Reference in New Issue
Block a user