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 24c0c07 commit c5e8e92Copy full SHA for c5e8e92
builder/ghc-for-component-wrapper.nix
@@ -24,7 +24,7 @@ let
24
libDir = "$wrappedGhc/${configFiles.libDir}";
25
docDir = "$wrappedGhc/share/doc/ghc/html";
26
# For musl we can use haddock from the buildGHC
27
- haddock = if stdenv.targetPlatform.isMusl
+ haddock = if stdenv.hostPlatform.isMusl
28
then ghc.buildGHC
29
else ghc;
30
0 commit comments