mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
10 lines
284 B
Plaintext
10 lines
284 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")
|
||
|
]))
|
||
|
]
|
||
|
)
|