add openssl 0.9.8b
svn path=/nixpkgs/trunk/; revision=5592
This commit is contained in:
parent
d511baa7d9
commit
228fd19ffb
10
pkgs/development/libraries/openssl/openssl-0.9.8b.nix
Normal file
10
pkgs/development/libraries/openssl/openssl-0.9.8b.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl, perl}: stdenv.mkDerivation {
|
||||
name = "openssl-0.9.8b";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/security/openssl/openssl-0.9.8b.tar.gz;
|
||||
sha1 = "99565db630a044fa484d4f91006a31908f262246";
|
||||
};
|
||||
buildInputs = [perl];
|
||||
# patches = [./darwin-makefile.patch];
|
||||
}
|
Loading…
Reference in New Issue
Block a user