nixpkgs/pkgs/stdenv/generic
Gergely Risko efcb00d002 Do allowed requisites check in stdenv/linux
Use the new allowedRequisites feature in stdenvLinux.

This way we properly check that the end-result stdenv of the quite
complicated multi-stage stdenvLinux building procedure is sane, and only
depends on the stuff that we know about.

Alternative would be to just disallowRequisites bootstrapTools, which is
the most common offender, but we have had other offenders in the past.

For these checks to actually fire, you currently have to use nixUnstable,
as the necessary feature will be released in Nix 1.8.
2014-09-14 21:14:41 +02:00
..
builder.sh stdenv: Don't use sed to build the setup script 2014-08-09 12:45:52 +02:00
default-builder.sh
default.nix Do allowed requisites check in stdenv/linux 2014-09-14 21:14:41 +02:00
setup.sh stdenv: Put moving docs to $out/share in a separate setup hook 2014-08-09 12:47:05 +02:00