nixpkgs/pkgs/stdenv/generic
John Ericson aaaa470ff8 mkDerivation: Fix errors from #27365
`nix-build pkgs/top-level/release.nix -A tarball` now succeeds.

`configureFlags = null` lead to a type error, and one overrideDrv
needed to be converted to to append a configureFlags list instead of
string due to the normalization.

Thanks @vcunat for alerting me to the issues---sorry I did not catch
them before merging my own PR.
2017-07-15 13:47:21 -04:00
..
builder.sh stdenv: Store one package per line in nix-support/propagated-* 2017-07-10 13:32:13 -04: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 top-level: {build,host,target}Platform are defined in the stdenv instead 2017-07-07 12:55:02 -04:00
make-derivation.nix mkDerivation: Fix errors from #27365 2017-07-15 13:47:21 -04:00
setup.sh stdenv-setup: Pull out and explain 3-part printing of commands 2017-07-13 16:31:39 -04:00