nixpkgs/pkgs/perl/perl.fix
Eelco Dolstra fe9576d846 * Use ftp.cs.uu.nl mirror.
svn path=/nixpkgs/trunk/; revision=419
2003-10-15 12:42:52 +00:00

14 lines
331 B
Plaintext

Package(
[ ("name", "perl-5.8.0")
, ("build", Relative("perl/perl-build.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.cs.uu.nl/mirror/CPAN/src/5.0/perl-5.8.0.tar.gz")
, ("md5", "d9bdb180620306023fd35901a2878b62")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)