Files
lix/src
Eelco Dolstra 1c57ab8b31 --check: Fix assertion failure when some outputs are missing
E.g.

  $ nix-build pkgs/stdenv/linux/ -A stage1.pkgs.perl --check
  nix-store: src/libstore/build.cc:1323: void nix::DerivationGoal::tryToBuild(): Assertion `buildMode != bmCheck || validPaths.size() == drv->outputs.size()' failed.

when perl.out exists but perl.man doesn't. The fix is to only check
the outputs that exist. Note that "nix-build -A stage1.pkgs.all
--check" will still give a (proper) error in this case.
2016-01-12 14:54:39 +01:00
..
2014-02-01 14:38:12 +01:00
2015-07-20 01:16:16 +02:00
2016-01-07 14:37:39 +01:00
2015-09-18 01:22:35 +02:00
2016-01-05 14:05:11 +01:00
2014-08-20 18:03:48 +02:00
2014-08-13 19:06:20 +02:00