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 @@ -671,12 +671,12 @@ stdenv.mkDerivation (rec {
671
671
${ hadrian } /bin/hadrian ${ hadrianArgs } _build/stage0/compiler/build/$a
672
672
cp _build/stage0/compiler/build/$a compiler/GHC/Builtin/$a
673
673
done
674
- '' + lib . optionalString stdenv . isDarwin && ( __tryEval libcxxabi ) . success ''
674
+ '' + lib . optionalString ( stdenv . isDarwin && ( __tryEval libcxxabi ) . success ) ''
675
675
substituteInPlace mk/system-cxx-std-lib-1.0.conf \
676
676
--replace 'dynamic-library-dirs:' 'dynamic-library-dirs: ${ libcxx } /lib ${ libcxxabi } /lib'
677
677
find . -name 'system*.conf*'
678
678
cat mk/system-cxx-std-lib-1.0.conf
679
- '' + lib . optionalString stdenv . isDarwin && ! ( __tryEval libcxxabi ) . success ''
679
+ '' + lib . optionalString ( stdenv . isDarwin && ! ( __tryEval libcxxabi ) . success ) ''
680
680
substituteInPlace mk/system-cxx-std-lib-1.0.conf \
681
681
--replace 'dynamic-library-dirs:' 'dynamic-library-dirs: ${ libcxx } /lib'
682
682
find . -name 'system*.conf*'
You can’t perform that action at this time.
0 commit comments