nixpkgs/pkgs/stdenv/generic
Vladimír Čunát e8e57452f4 stdenv: separate all meta-checking code (~200 lines)
Only cosmetic changes are done otherwise.
Real refactoring is left for later.

There's a small slow-down on my machine:
$ time nix-env -qa -P >/dev/null
gets from ~2.8 to ~3.5 seconds (negligible change in RAM).
That's most likely caused by sharing less computation between different
mkDerivation calls, and I plan to improve that soon.
2017-07-07 12:16:26 -04:00
..
builder.sh stdenv: Statically include the default build inputs 2014-11-06 12:10:28 +01:00
check-meta.nix stdenv: separate all meta-checking code (~200 lines) 2017-07-07 12:16:26 -04:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix stdenv: separate all meta-checking code (~200 lines) 2017-07-07 12:16:26 -04:00
setup.sh Add a setup hook for detecting $TMPDIR references in RPATHs and wrapper scripts 2017-05-04 20:23:57 +02:00