* Perl nixification fixes. Oh, the humanity.

svn path=/nixpkgs/trunk/; revision=813
This commit is contained in:
Eelco Dolstra
2004-02-20 16:25:34 +00:00
parent 1999676d30
commit f82050134e
4 changed files with 75 additions and 17 deletions

View File

@@ -232,6 +232,7 @@
perl = (import ../development/interpreters/perl) {
inherit fetchurl stdenv;
patch = gnupatch;
};
python = (import ../development/interpreters/python) {