forked from mirrors/nixpkgs
openconnect: depend on zlib
This commit is contained in:
parent
0cce6c3aea
commit
66b66e8302
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, pkgconfig, vpnc, openssl, libxml2 } :
|
||||
{ stdenv, fetchurl, pkgconfig, vpnc, openssl, libxml2, zlib } :
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openconnect-5.02";
|
||||
|
@ -22,5 +22,5 @@ stdenv.mkDerivation rec {
|
|||
"--without-openssl-version-check"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ vpnc openssl libxml2 ];
|
||||
propagatedBuildInputs = [ vpnc openssl libxml2 zlib ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue