haskell.compiler.ghcjs: pass fetchFromGitHub to ghcjs-base

Fixes evaluation of haskell.compiler.ghcjs.withPackages.

Reference #158600.
main
sternenseemann 2 years ago
parent 2e8743b8e5
commit a964dcad73
  1. 2
      pkgs/development/haskell-modules/configuration-ghcjs.nix

@ -19,7 +19,7 @@ self: super:
jailbreak-cabal alex happy gtk2hs-buildtools rehoo hoogle;
ghcjs-base = dontCheck (self.callPackage ../compilers/ghcjs/ghcjs-base.nix {
fetchgit = pkgs.buildPackages.fetchgit;
fetchFromGitHub = pkgs.buildPackages.fetchFromGitHub;
});
# GHCJS does not ship with the same core packages as GHC.

Loading…
Cancel
Save