We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b8f90 commit 4d7b228Copy full SHA for 4d7b228
builder/default.nix
@@ -26,7 +26,7 @@ let
26
};
27
28
setup-builder = haskellLib.weakCallPackage pkgs ./setup-builder.nix {
29
- ghc = (ghc.passthru.buildGHC or ghc);
+ ghc = (ghc.buildGHC or ghc);
30
hsPkgs = hsPkgs.buildPackages;
31
# We need to use the buildPackages stdenv to build the setup-builder.
32
# in the native case, it would be the same in the cross case however
@@ -54,7 +54,7 @@ let
54
# When building setup depends we need to use the build systems GHC and Packages
55
makeSetupConfigFiles = haskellLib.weakCallPackage buildPackages ./make-config-files.nix {
56
inherit haskellLib nonReinstallablePkgs;
57
58
59
60
0 commit comments