ghcjs: Use bootpkgs to override build tools, not hardcoded compiler's pgks

wip/yesman
John Ericson 8 years ago
parent 0bf8a1a86d
commit e4abe06b8a
  1. 3
      pkgs/development/haskell-modules/configuration-ghcjs.nix

@ -28,7 +28,8 @@ self: super:
# LLVM is not supported on this GHC; use the latest one.
inherit (pkgs) llvmPackages;
inherit (pkgs.haskell.packages.ghc7103) jailbreak-cabal alex happy gtk2hs-buildtools rehoo hoogle;
inherit (self.ghc.bootPkgs)
jailbreak-cabal alex happy gtk2hs-buildtools rehoo hoogle;
# This is the list of the Stage 1 packages that are built into a booted ghcjs installation
# It can be generated with the command:

Loading…
Cancel
Save