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 4d0b524 commit fc060cfCopy full SHA for fc060cf
compiler/ghc/default.nix
@@ -754,7 +754,7 @@ stdenv.mkDerivation (rec {
754
--replace 'dynamic-library-dirs:' 'dynamic-library-dirs: ${libcxx}/lib ${libcxxabi}/lib'
755
find . -name 'system*.conf*'
756
cat mk/system-cxx-std-lib-1.0.conf
757
- '' + lib.optionalString (installStage1 && stdenv.targetPlatform.isMusl) ''
+ '' + lib.optionalString (installStage1 && !haskell-nix.haskellLib.isCrossTarget && stdenv.targetPlatform.isMusl) ''
758
substituteInPlace hadrian/cfg/system.config \
759
--replace 'cross-compiling = YES' \
760
'cross-compiling = NO'
0 commit comments