Commented ghcLibraryWrapper68
svn path=/nixpkgs/trunk/; revision=11019
This commit is contained in:
parent
ac8f511b88
commit
227e6aa8a4
@ -152,7 +152,7 @@ rec {
|
|||||||
";
|
";
|
||||||
};
|
};
|
||||||
# example usage
|
# 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 :
|
addCTaggingInfo = deriv :
|
||||||
deriv // {
|
deriv // {
|
||||||
@ -1476,6 +1476,8 @@ rec {
|
|||||||
}.derivations;
|
}.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}
|
# 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 you can have different wrappers with different library combinations
|
||||||
# So installing ghc libraries isn't done by nix-env -i package but by adding
|
# So installing ghc libraries isn't done by nix-env -i package but by adding
|
||||||
@ -1508,6 +1510,7 @@ rec {
|
|||||||
# some additional libs
|
# some additional libs
|
||||||
inherit ghc;
|
inherit ghc;
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
# ghc66boot = import ../development/compilers/ghc-6.6-boot {
|
# ghc66boot = import ../development/compilers/ghc-6.6-boot {
|
||||||
# inherit fetchurl stdenv perl readline;
|
# inherit fetchurl stdenv perl readline;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user