Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make-derivation: add disallowedReferences in strictDeps
When strictDeps = true, we don’t want native build inputs to end up in the output. For instance gcc is a builtin native build input and should only show up in an output if it is also listed in buildInputs. /cc @Ericson2314
- Loading branch information
8dbfb61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit has been mentioned on Nix community. There might be relevant details there:
https://discourse.nixos.org/t/introducing-error-codes/1469/4