Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-27 | Restore old (dis)allowedRequisites behaviour for self-references | Eelco Dolstra | |
stdenv relies on this. So ignore self-references (but only in legacy non-structured attributes mode). | |||
2016-04-16 | Print out all bad references/requisites at once | Dan Peebles | |
Also updates tests to check for new information. Fixes #799 | |||
2014-08-28 | Add disallowedReferences / disallowedRequisites | Eelco Dolstra | |
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 ]; | |||
2014-08-28 | Introduce allowedRequisites feature | Gergely Risko | |