From 8b5aa91aa7da149c0a734bd7a3353658aded9838 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 8 May 2006 14:00:39 +0000 Subject: [PATCH] --- doc/manual/release-notes.xml | 8 ++++++++ doc/manual/troubleshooting.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 3140f62978..490305d1b8 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -53,6 +53,14 @@ irreversible. Reference scanning (which happens after each build) is much faster. + TODO: string interpolation + + TODO: string concatenations involving + derivations + + TODO: function argument default values can refer to + other function arguments + diff --git a/doc/manual/troubleshooting.xml b/doc/manual/troubleshooting.xml index 4179eb8411..ebd454a972 100644 --- a/doc/manual/troubleshooting.xml +++ b/doc/manual/troubleshooting.xml @@ -55,7 +55,7 @@ so it just gives up. Solution: remove one of the offending packages from the user environment (if already installed) using nix-env --u, or specify exactly which version should be installed +-e, or specify exactly which version should be installed (e.g., nix-env -i docbook-xml-4.2). Alternatively, you can modify the user environment builder