23154d034f
* Remove all references to set-env.sh; it has been merged into stdenv.fix (actually baseenv.fix). svn path=/nixpkgs/trunk/; revision=316
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
Package(
|
|
[ ("name", "openssl-0.9.7b")
|
|
|
|
, ("build", Relative("openssl/openssl-build.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "http://www.openssl.org/source/openssl-0.9.7b.tar.gz")
|
|
, ("md5", "fae4bec090fa78e20f09d76d55b6ccff")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
]
|
|
)
|