Files
nixpkgs/pkgs
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
..
2017-10-19 12:46:38 +03:00
2017-10-17 06:02:40 -02:00
2017-10-19 12:46:38 +03:00
2017-10-14 10:36:13 +02:00
2017-10-19 12:46:38 +03:00