Skip to content

Commit 173edcc

Browse files
committed
Fix haddock (now that isNativeMusl works correctly)
1 parent 4692b1a commit 173edcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ let
6868
let
6969
haskellPackages = {
7070
# For musl we can use haddock from the buildGHC
71-
ghc = if stdenv.hostPlatform.isLinux && stdenv.targetPlatform.isMusl && !haskellLib.isNativeMusl
71+
ghc = if stdenv.targetPlatform.isMusl
7272
then ghc.buildGHC
7373
else ghc;
7474
inherit packages hoogle;

0 commit comments

Comments
 (0)