3
0
Fork 0
forked from mirrors/nixpkgs

* 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

View file

@ -1868,9 +1868,7 @@ let
});
ghc6103Binary = lowPrio (import ../development/compilers/ghc/6.10.2-binary.nix {
inherit fetchurl stdenv ncurses gmp libedit makeWrapper;
# readline = if stdenv.system == "i686-linux" then readline4 else readline;
perl = perl58;
inherit fetchurl stdenv perl ncurses gmp libedit;
});
gprolog = import ../development/compilers/gprolog {