From 227e6aa8a4ded5ff2857a90f8e5a8b5623cf34f6 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Sat, 8 Mar 2008 08:07:32 +0000 Subject: [PATCH] Commented ghcLibraryWrapper68 svn path=/nixpkgs/trunk/; revision=11019 --- pkgs/top-level/all-packages.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index ec4799d208bf..9d50a1bdec87 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -152,7 +152,7 @@ rec { "; }; # example usage - testSourceWithTags = sourceWithTagsDerivation (ghc68_extra_libs ghcsAndLibs.ghc68).happs_server_darcs.passthru.sourceWithTags; + #testSourceWithTags = sourceWithTagsDerivation (ghc68_extra_libs ghcsAndLibs.ghc68).happs_server_darcs.passthru.sourceWithTags; addCTaggingInfo = deriv : deriv // { @@ -1476,6 +1476,8 @@ rec { }.derivations; + /* commented to not make the buildfarm fail. You need to install nixRepositoryManager and run it.. + # the wrappers basically does one thing: It defines GHC_PACKAGE_PATH before calling ghc{i,-pkg} # So you can have different wrappers with different library combinations # So installing ghc libraries isn't done by nix-env -i package but by adding @@ -1508,6 +1510,7 @@ rec { # some additional libs inherit ghc; }; + */ # ghc66boot = import ../development/compilers/ghc-6.6-boot { # inherit fetchurl stdenv perl readline;