* GHC apparently works with Perl 5.10 now.

svn path=/nixpkgs/trunk/; revision=15101
This commit is contained in:
Eelco Dolstra
2009-04-16 19:59:41 +00:00
parent 902cf75ca6
commit dae40d9c62
2 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, perl, libedit, ncurses, gmp, makeWrapper}:
{stdenv, fetchurl, perl, libedit, ncurses, gmp}:
stdenv.mkDerivation rec {
version = "6.10.2";
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
}
else throw "cannot bootstrap GHC on this platform";
buildInputs = [perl makeWrapper];
buildInputs = [perl];
postUnpack =
# Strip is harmful, see also below. It's important that this happens