nixpkgs/pkgs/ed/ed.fix
Eelco Dolstra 11b6d0629a * I can't believe that anybody is still using `ed', but there you
have it...

svn path=/nixpkgs/trunk/; revision=327
2003-08-19 15:05:02 +00:00

14 lines
309 B
Plaintext

Package(
[ ("name", "ed-0.2")
, ("build", Relative("ed/ed-build.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.gnu.org/pub/gnu/ed/ed-0.2.tar.gz")
, ("md5", "ddd57463774cae9b50e70cd51221281b")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)