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