forked from mirrors/nixpkgs
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 {
|
||||
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
|
||||
|
|
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 a new issue