mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Removes vpnc from propagated build inputs
This commit is contained in:
parent
43a761da72
commit
c12850a74c
@ -30,7 +30,6 @@ in stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ openssl gnutls gmp libxml2 stoken zlib ]
|
buildInputs = [ openssl gnutls gmp libxml2 stoken zlib ]
|
||||||
++ stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.PCSC;
|
++ stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.PCSC;
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
propagatedBuildInputs = [ vpnc ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "VPN Client for Cisco's AnyConnect SSL VPN";
|
description = "VPN Client for Cisco's AnyConnect SSL VPN";
|
||||||
|
Loading…
Reference in New Issue
Block a user