guix-play/nix
Eelco Dolstra f83e82cd00
daemon: 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-05-31 14:25:28 +02:00
..
boost
guix-register
libstore daemon: check: Fix assertion failure when some outputs are missing. 2016-05-31 14:25:28 +02:00
libutil daemon: Fix namespace issue. 2015-12-02 19:37:59 +02:00
nix-daemon build: Default to "https://mirror.hydra.gnu.org/" for substitutes. 2016-03-16 11:27:37 +01:00
scripts
.gitignore
AUTHORS
COPYING
local.mk build: Use "%D%" in Makefile fragments. 2016-05-24 13:07:19 +02:00