Use openssl 0.9.8b by default

svn path=/nixpkgs/trunk/; revision=5598
This commit is contained in:
Martin Bravenboer 2006-07-05 16:46:51 +00:00
parent bb9f6fbc59
commit 59868ad0bc
2 changed files with 11 additions and 10 deletions

View File

@ -1,10 +1 @@
{stdenv, fetchurl, perl}: stdenv.mkDerivation {
name = "openssl-0.9.7i";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/openssl-0.9.7i.tar.gz;
sha1 = "4c23925744d43272fa19615454da44e01465eb06";
};
buildInputs = [perl];
# patches = [./darwin-makefile.patch];
}
import ./openssl-0.9.8b.nix

View File

@ -0,0 +1,10 @@
{stdenv, fetchurl, perl}: stdenv.mkDerivation {
name = "openssl-0.9.7i";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/openssl-0.9.7i.tar.gz;
sha1 = "4c23925744d43272fa19615454da44e01465eb06";
};
buildInputs = [perl];
# patches = [./darwin-makefile.patch];
}