nixpkgs/pkgs/build-support/build-bazel-package
sternenseemann 1d71d2e883 buildBazelPackage: never append to fFetchAttrs.installPhase
In f8ee061247, the fallback installPhase
if fFetchAttrs.installPhase is not provided, became dynamically computed.
Due to operator precedence this had the side effect of appending to
fFetchAttrs.installPhase if it is provided, breaking custom
installPhases altogether.
2023-04-26 17:34:39 +02:00
..
default.nix buildBazelPackage: never append to fFetchAttrs.installPhase 2023-04-26 17:34:39 +02:00