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 4b42b47 commit d3b4fe3Copy full SHA for d3b4fe3
builder/ghc-for-component-wrapper.nix
@@ -126,6 +126,7 @@ let
126
127
''
128
+ lib.optionalString (stdenv.targetPlatform.isMusl && !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
132
0 commit comments