A phase that simply saves current exported vars for debugging use

svn path=/nixpkgs/trunk/; revision=27338
This commit is contained in:
Michael Raskin 2011-05-31 19:30:10 +00:00
parent 317d2663d7
commit df54eb7a92

View File

@ -335,6 +335,8 @@ let inherit (builtins) head tail trace; in
doDump = n: noDepEntry "echo Dump number ${n}; set";
saveEnv = noDepEntry ''export > $TMP/env-vars'';
doDumpBuildInputs = noDepEntry (''
echo "${toString realBuildInputs}"
'');