mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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 {
|
||||
name = "sitecopy-0.16.6";
|
||||
@ -8,5 +8,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "1bsqfhfq83g1qambqf8i1ivvggz5d2byg94hmrpxqkg50yhdsvz0";
|
||||
};
|
||||
|
||||
buildInputs = [openssl];
|
||||
|
||||
configureFlags= "--with-ssl=openssl";
|
||||
}
|
||||
|
@ -1465,7 +1465,7 @@ let
|
||||
};
|
||||
|
||||
sitecopy = import ../tools/networking/sitecopy {
|
||||
inherit fetchurl stdenv neon;
|
||||
inherit fetchurl stdenv neon openssl;
|
||||
};
|
||||
|
||||
tcpdump = import ../tools/networking/tcpdump {
|
||||
|
Loading…
Reference in New Issue
Block a user