File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ stdenv.mkDerivation (rec {
733
733
--replace 'dynamic-library-dirs:' 'dynamic-library-dirs: ${ libcxx } /lib'
734
734
find . -name 'system*.conf*'
735
735
cat mk/system-cxx-std-lib-1.0.conf
736
- '' + lib . optionalString ( installStage1 && stdenv . targetPlatform . isNativeMusl ) ''
736
+ '' + lib . optionalString ( installStage1 && haskell-nix . haskellLib . isNativeMusl ) ''
737
737
substituteInPlace hadrian/cfg/system.config \
738
738
--replace 'cross-compiling = YES' \
739
739
'cross-compiling = NO'
@@ -823,7 +823,7 @@ stdenv.mkDerivation (rec {
823
823
--replace 'dynamic-library-dirs:' 'dynamic-library-dirs: ${ libcxx } /lib'
824
824
find . -name 'system*.conf*'
825
825
cat mk/system-cxx-std-lib-1.0.conf
826
- '' + lib . optionalString ( installStage1 && stdenv . targetPlatform . isNativeMusl ) ''
826
+ '' + lib . optionalString ( installStage1 && haskell-nix . haskellLib . isNativeMusl ) ''
827
827
substituteInPlace hadrian/cfg/system.config \
828
828
--replace 'cross-compiling = YES' \
829
829
'cross-compiling = NO'
You can’t perform that action at this time.
0 commit comments