diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-05-31T09·51+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-05-31T09·51+0000 |
commit | 50fe85f016d2d9cb6be512918d648f6376932903 (patch) | |
tree | d9e0749b89c8c36b96af3aa249ed54d1227fba89 /doc/manual/release-notes.xml | |
parent | 04cf72287bc27e4eca69d527ce44a88b7fcbebb2 (diff) |
* For fixed-output derivations, pass the environment variables listed
in the attribute variable `impureEnvVars' from the caller to the builder.
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r-- | doc/manual/release-notes.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 490305d1b809..7183293ddc00 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -61,6 +61,8 @@ irreversible.</para></warning> <listitem><para>TODO: function argument default values can refer to other function arguments</para></listitem> + <listitem><para>TODO: proxy support.</para></listitem> + </itemizedlist> </section> |