mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
networkmanager-vpnc: use libnma
This commit is contained in:
parent
e2affc51a0
commit
f8000839df
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, substituteAll, vpnc, intltool, pkgconfig, networkmanager, libsecret
|
||||
, gtk3, withGnome ? true, gnome3, kmod, file, fetchpatch, networkmanagerapplet }:
|
||||
, gtk3, withGnome ? true, gnome3, kmod, file, fetchpatch, libnma }:
|
||||
let
|
||||
pname = "NetworkManager-vpnc";
|
||||
version = "1.2.6";
|
||||
|
@ -24,7 +24,7 @@ in stdenv.mkDerivation {
|
|||
];
|
||||
|
||||
buildInputs = [ vpnc networkmanager ]
|
||||
++ stdenv.lib.optionals withGnome [ gtk3 libsecret networkmanagerapplet ];
|
||||
++ stdenv.lib.optionals withGnome [ gtk3 libsecret libnma ];
|
||||
|
||||
nativeBuildInputs = [ intltool pkgconfig file ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue