doc/stdenv.xml document substitution env variables

The filtering of environment variables that start with an uppercase
letter is documented in the manual.
This commit is contained in:
Profpatsch
2016-04-23 17:55:20 +02:00
parent 77fa336849
commit a2d38bc7fc
3 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
args:
# see the substituteAll in the nixpkgs documentation for usage and constaints
stdenv.mkDerivation ({
name = if args ? name then args.name else baseNameOf (toString args.src);
builder = ./substitute-all.sh;