diff options
| author | Guillaume Maudoux <guillaume.maudoux@tweag.io> | 2023-12-18 20:09:07 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-01-02 08:19:49 +0000 |
| commit | f312e7817072651e01d84f03e9d8dcf89990fa22 (patch) | |
| tree | 26c284c2aa55f8bed96756a71908a3cd173e136e | |
| parent | bazel_7: Unse runJDK for runtime (diff) | |
| download | nixpkgs-f312e7817072651e01d84f03e9d8dcf89990fa22.tar.gz | |
fixup! bazel_7: backport bazel_6 bash fixes for remote execution
(cherry picked from commit eaa9b995025e3b14dd359c039f68c8af3fca3d75)
| -rw-r--r-- | pkgs/development/tools/build-managers/bazel/bazel_7/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/tools/build-managers/bazel/bazel_7/default.nix b/pkgs/development/tools/build-managers/bazel/bazel_7/default.nix index f3afd6c78b76..11145398d799 100644 --- a/pkgs/development/tools/build-managers/bazel/bazel_7/default.nix +++ b/pkgs/development/tools/build-managers/bazel/bazel_7/default.nix @@ -244,11 +244,6 @@ stdenv.mkDerivation rec { strictActionEnvPatch = defaultShellPath; }) - (substituteAll { - src = ./actions_path.patch; - actionsPathPatch = defaultShellPath; - }) - # bazel reads its system bazelrc in /etc # override this path to a builtin one (substituteAll { |
