From 67eb3a64e2414a522bd506e38c7535b7f07cc339 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Tue, 22 Jan 2008 19:13:01 +0000 Subject: [PATCH] commented out my code because it has introduced -qas '*' coerce to string error svn path=/nixpkgs/trunk/; revision=10251 --- pkgs/top-level/all-packages.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 228a68f4d23..5a4a849df42 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -1003,6 +1003,8 @@ rec { profiledCompiler = true; }); + /* doesn't work yet + # This new ghc stuff is under heavy development and might change ! # usage: see ghcPkgUtil.sh - use setup-new2 because of PATH_DELIMITER @@ -1031,7 +1033,7 @@ rec { ghc : let deriv = name : goSrcDir : deps : let bd = builderDefs { - goSrcDir = "ghc-*/libraries"; + goSrcDir = "ghc-* /libraries"; src = ghc.extra_src; } null; in stdenv.mkDerivation rec { @@ -1066,6 +1068,8 @@ rec { inherit ghc; }; + */ + # ghc66boot = import ../development/compilers/ghc-6.6-boot { # inherit fetchurl stdenv perl readline; # m4 = gnum4;