guix/nix/libstore
Eelco Dolstra 3bb89c3a31 Add disallowedReferences / disallowedRequisites
For the "stdenv accidentally referring to bootstrap-tools", it seems
easier to specify the path that we don't want to depend on, e.g.

  disallowedRequisites = [ bootstrapTools ];
2015-05-11 17:30:29 +02:00
..
build.cc Add disallowedReferences / disallowedRequisites 2015-05-11 17:30:29 +02:00
derivations.cc Merge commit '8d5f472f2c49c79a0d3ae2e506f4d4d76224b328' into nix 2015-01-04 23:01:14 +01:00
derivations.hh Merge commit '8d5f472f2c49c79a0d3ae2e506f4d4d76224b328' into nix 2015-01-04 23:01:14 +01:00
gc.cc Use regular file GC roots if possible 2015-05-11 17:23:33 +02:00
globals.cc Move some options out of globals 2015-05-11 17:22:24 +02:00
globals.hh Doh 2015-05-11 17:22:33 +02:00
local-store.cc Remove unnecessary call to addTempRoot() 2015-05-11 17:22:39 +02:00
local-store.hh Merge commit '8e9140cfdef9dbd1eb61e4c75c91d452ab5e4a74' into nix 2015-05-06 23:22:04 +02:00
misc.cc Merge commit '8d5f472f2c49c79a0d3ae2e506f4d4d76224b328' into nix 2015-01-04 23:01:14 +01:00
misc.hh
optimise-store.cc Merge commit '8d5f472f2c49c79a0d3ae2e506f4d4d76224b328' into nix 2015-01-04 23:01:14 +01:00
pathlocks.cc
pathlocks.hh
references.cc
references.hh
remote-store.cc Merge commit 'fdee1ced43fb495d612a29e955141cdf6b9a95ba' into nix 2015-05-11 17:04:26 +02:00
remote-store.hh Merge commit 'fdee1ced43fb495d612a29e955141cdf6b9a95ba' into nix 2015-05-11 17:04:26 +02:00
schema.sql
store-api.cc
store-api.hh
worker-protocol.hh Remove some dead code 2015-05-11 17:11:38 +02:00