bazel_0_4: try to fix on Darwin
First round of fixes -- let's see how Hydra reacts.
This commit is contained in:
parent
ab4f4f8baa
commit
a86fe917b9
@ -38,6 +38,13 @@ stdenv.mkDerivation rec {
|
|||||||
for f in $(grep -l -r '/usr/bin/env'); do
|
for f in $(grep -l -r '/usr/bin/env'); do
|
||||||
substituteInPlace "$f" --replace '/usr/bin/env' '${coreutils}/bin/env'
|
substituteInPlace "$f" --replace '/usr/bin/env' '${coreutils}/bin/env'
|
||||||
done
|
done
|
||||||
|
'' + lib.optionalString stdenv.isDarwin ''
|
||||||
|
sed -i 's,/usr/bin/xcrun clang,clang,g' \
|
||||||
|
scripts/bootstrap/compile.sh \
|
||||||
|
src/tools/xcode/realpath/BUILD \
|
||||||
|
src/tools/xcode/stdredirect/BUILD \
|
||||||
|
src/tools/xcode/xcrunwrapper/xcrunwrapper.sh
|
||||||
|
sed -i 's/"xcrun", "clang"/"clang"/g' tools/osx/xcode_configure.bzl
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user