* Revert r10833, it doesn't really work. Instead build ghcboot

with Perl 5.8.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10834
This commit is contained in:
Eelco Dolstra
2008-02-22 14:43:00 +00:00
parent d2d8d83f37
commit 59d88c1772
12 changed files with 232 additions and 36 deletions
@@ -1,5 +0,0 @@
addPerlLibPath () {
addToSearchPath PERL5LIB /lib/site_perl "" $1
}
envHooks=(${envHooks[@]} addPerlLibPath)