openssl support or sitecopy

svn path=/nixpkgs/trunk/; revision=17640
This commit is contained in:
Sander van der Burg 2009-10-05 12:21:50 +00:00
parent 163cceeb54
commit 4b80c924ca
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, neon}:
{stdenv, fetchurl, neon, openssl}:
stdenv.mkDerivation {
name = "sitecopy-0.16.6";
@ -8,5 +8,7 @@ stdenv.mkDerivation {
sha256 = "1bsqfhfq83g1qambqf8i1ivvggz5d2byg94hmrpxqkg50yhdsvz0";
};
buildInputs = [openssl];
configureFlags= "--with-ssl=openssl";
}

View File

@ -1465,7 +1465,7 @@ let
};
sitecopy = import ../tools/networking/sitecopy {
inherit fetchurl stdenv neon;
inherit fetchurl stdenv neon openssl;
};
tcpdump = import ../tools/networking/tcpdump {