mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch
(cherry picked from commit fb2deacbba
)
This commit is contained in:
parent
f1bfce6034
commit
cf6b15f6d4
@ -44,6 +44,7 @@
|
||||
# Allow to independently override the jdks used to build and run respectively
|
||||
buildJdk,
|
||||
runJdk,
|
||||
# Toggle for hacks for running bazel under buildBazelPackage:
|
||||
# Always assume all markers valid (this is needed because we remove markers; they are non-deterministic).
|
||||
# Also, don't clean up environment variables (so that NIX_ environment variables are passed to compilers).
|
||||
enableNixHacks ? false,
|
||||
@ -392,7 +393,7 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
]
|
||||
# See enableNixHacks argument above.
|
||||
++ lib.optional enableNixHacks ./nix-hacks.patch;
|
||||
++ lib.optional enableNixHacks ./nix-build-bazel-package-hacks.patch;
|
||||
|
||||
postPatch =
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user