openssl support or sitecopy
svn path=/nixpkgs/trunk/; revision=17640
This commit is contained in:
parent
163cceeb54
commit
4b80c924ca
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, neon}:
|
{stdenv, fetchurl, neon, openssl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sitecopy-0.16.6";
|
name = "sitecopy-0.16.6";
|
||||||
@ -8,5 +8,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1bsqfhfq83g1qambqf8i1ivvggz5d2byg94hmrpxqkg50yhdsvz0";
|
sha256 = "1bsqfhfq83g1qambqf8i1ivvggz5d2byg94hmrpxqkg50yhdsvz0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [openssl];
|
||||||
|
|
||||||
configureFlags= "--with-ssl=openssl";
|
configureFlags= "--with-ssl=openssl";
|
||||||
}
|
}
|
||||||
|
@ -1465,7 +1465,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
sitecopy = import ../tools/networking/sitecopy {
|
sitecopy = import ../tools/networking/sitecopy {
|
||||||
inherit fetchurl stdenv neon;
|
inherit fetchurl stdenv neon openssl;
|
||||||
};
|
};
|
||||||
|
|
||||||
tcpdump = import ../tools/networking/tcpdump {
|
tcpdump = import ../tools/networking/tcpdump {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user