nixpkgs/pkgs/development/tools/build-managers/bazel
Nikolay Amiantov ba9cde1dd5 bazel_0_4: add optional Nix-specific hacks
* Skip verifying checksums for already fetched packages.
  Needed for two-staged building in Nix:
    1. Build a fixed derivation with `bazel fetch` (filtered out of non-reproducable bits).
    2. Build an actual derivation which uses fetched dependencies (skipping
       checksums needed here because they depend on the build directory).
* Don't clean environment variables for children processes.
  Needed for Nix compiler wrappers.
2017-10-19 13:19:11 +03:00
..
0.4.nix bazel_0_4: add optional Nix-specific hacks 2017-10-19 13:19:11 +03:00
default.nix bazel: 0.6.0 -> 0.6.1 2017-10-06 08:33:57 -07:00
nix-hacks.patch bazel_0_4: add optional Nix-specific hacks 2017-10-19 13:19:11 +03:00