Use openssl 0.9.8b by default
svn path=/nixpkgs/trunk/; revision=5598
This commit is contained in:
parent
bb9f6fbc59
commit
59868ad0bc
@ -1,10 +1 @@
|
|||||||
{stdenv, fetchurl, perl}: stdenv.mkDerivation {
|
import ./openssl-0.9.8b.nix
|
||||||
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];
|
|
||||||
}
|
|
||||||
|
10
pkgs/development/libraries/openssl/openssl-0.9.7i.nix
Normal file
10
pkgs/development/libraries/openssl/openssl-0.9.7i.nix
Normal 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];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user