nixpkgs/pkgs/gnupatch/gnupatch.fix
Eelco Dolstra 34dfe18660 * GNU Patch.
svn path=/nixpkgs/trunk/; revision=388
2003-09-11 20:17:17 +00:00

14 lines
338 B
Plaintext

Package(
[ ("name", "gnupatch-2.5.4")
, ("build", Relative("gnupatch/gnupatch-build.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.nluug.nl/pub/gnu/patch/patch-2.5.4.tar.gz")
, ("md5", "ee5ae84d115f051d87fcaaef3b4ae782")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)