nixpkgs/pkgs/build-support/buildenv
sternenseemann b398d00903 trivial-builders: merge passAsFile with env in runCommand'
Previously it was awkward to use the runCommand-variants with
passAsFile as a double definition of passAsFile would potentially
break runCommand: passAsFile would overwrite the previous definition,
defeating the purpose of setting it in runCommand in the first place.
This is now fixed by concatenating the [ "buildCommand" ] list with
one the one from env, if present.

Adjust buildEnv where passAsFile = null; was passed in some cases,
breaking evaluation since it'd evaluate to [ "buildCommand" ] ++ null.
2021-03-18 19:56:40 +01:00
..
builder.pl buildenv: paths to link resolving to the same absolute path is not a conflict 2020-06-10 06:42:48 -03:00
default.nix trivial-builders: merge passAsFile with env in runCommand' 2021-03-18 19:56:40 +01:00