0dc6fd3204
* Separated stdenv.fix and stdenv-nativetools.fix. svn path=/nixpkgs/trunk/; revision=324
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
Package(
|
|
[ ("name", "bash-2.05b")
|
|
|
|
, ("build", Relative("bash/bash-build.sh"))
|
|
|
|
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "ftp://ftp.nluug.nl/pub/gnu/bash/bash-2.05b.tar.gz")
|
|
, ("md5", "5238251b4926d778dfe162f6ce729733")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv-linux/stdenv-nativetools.fix"))
|
|
]
|
|
)
|