aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/substitute
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-04-23 17:55:20 +0200
committerProfpatsch <mail@profpatsch.de>2016-04-23 21:41:35 +0200
commita2d38bc7fc271ca5452ec3fd057bca3f737aa9ae (patch)
tree6f5e4e26bc494a1235f38b0cf3463fc0ac09c425 /pkgs/build-support/substitute
parent77fa336849704071d068ecc199e6fbbbb85d9546 (diff)
doc/stdenv.xml document substitution env variables
The filtering of environment variables that start with an uppercase letter is documented in the manual.
Diffstat (limited to 'pkgs/build-support/substitute')
-rw-r--r--pkgs/build-support/substitute/substitute-all.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/substitute/substitute-all.nix b/pkgs/build-support/substitute/substitute-all.nix
index fb26894661d..1022b25c4c9 100644
--- a/pkgs/build-support/substitute/substitute-all.nix
+++ b/pkgs/build-support/substitute/substitute-all.nix
@@ -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;