* Rename .fix -> .nix.

svn path=/nixpkgs/trunk/; revision=511
This commit is contained in:
Eelco Dolstra
2003-11-18 12:12:56 +00:00
parent 48c3faca51
commit 026ff9466a
69 changed files with 7 additions and 7 deletions
@@ -0,0 +1,10 @@
{stdenv, fetchurl}: derivation {
name = "perl-5.8.0";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.cs.uu.nl/mirror/CPAN/src/5.0/perl-5.8.1.tar.gz;
md5 = "87cf132f1fbf23e780f0b218046438a6";
};
stdenv = stdenv;
}