summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2016-03-05 12:39:29 -0800
committerJohn Ericson <Ericson2314@Yahoo.com>2016-03-06 12:39:12 -0800
commite4abe06b8ab61b9808d753f3fa74421f68ad1ad3 (patch)
tree76aad57cf1a9979bc209593840c68caea63e21b4 /pkgs/development/haskell-modules/configuration-ghcjs.nix
parent0bf8a1a86df67649893726d50761567121330006 (diff)
downloadnixpkgs-e4abe06b8ab61b9808d753f3fa74421f68ad1ad3.tar
nixpkgs-e4abe06b8ab61b9808d753f3fa74421f68ad1ad3.tar.gz
nixpkgs-e4abe06b8ab61b9808d753f3fa74421f68ad1ad3.tar.bz2
nixpkgs-e4abe06b8ab61b9808d753f3fa74421f68ad1ad3.tar.lz
nixpkgs-e4abe06b8ab61b9808d753f3fa74421f68ad1ad3.tar.xz
nixpkgs-e4abe06b8ab61b9808d753f3fa74421f68ad1ad3.tar.zst
nixpkgs-e4abe06b8ab61b9808d753f3fa74421f68ad1ad3.zip
ghcjs: Use bootpkgs to override build tools, not hardcoded compiler's pgks
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index 5c14fe788f7..90f84d4387b 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/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: