We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05e751 commit b46d9d2Copy full SHA for b46d9d2
builder/ghc-for-component-wrapper.nix
@@ -125,7 +125,7 @@ let
125
done
126
127
''
128
- + lib.optionalString (stdenv.targetPlatform.isMusl && !haskellLib.isNativeMusl && builtins.compareVersions ghc.version "9.9" >0) ''
+ + lib.optionalString (haskellLib.isNativeMusl && builtins.compareVersions ghc.version "9.9" >0) ''
129
ln -s $wrappedGhc/bin/${targetPrefix}unlit $wrappedGhc/bin/unlit
130
ln -s $wrappedGhc/bin/${ghcCommand}-iserv $wrappedGhc/bin/ghc-iserv
131
ln -s $wrappedGhc/bin/${ghcCommand}-iserv-prof $wrappedGhc/bin/ghc-iserv-prof
0 commit comments