mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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
|
||||
substituteInPlace "$f" --replace '/usr/bin/env' '${coreutils}/bin/env'
|
||||
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user