diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-11-06T01·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-11-06T01·15+0000 |
commit | 327a232c85de3faa56f9a6117c86e1aa22f88bd6 (patch) | |
tree | a664640621fd3d6806683e08beebc142b634b4fc /doc/manual/installation.xml | |
parent | c60d796f04f81b17330fbfc1e438ed207b1047f4 (diff) |
* Remove support for old (before Nix 0.12pre12020) databases.
Diffstat (limited to 'doc/manual/installation.xml')
-rw-r--r-- | doc/manual/installation.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml index 0e66b8f0ea2c..4f4d7acd7bb7 100644 --- a/doc/manual/installation.xml +++ b/doc/manual/installation.xml @@ -107,13 +107,6 @@ you can use <command>configure</command>'s <option>--with-aterm</option> and <option>--with-bzip2</option> options to point to their respective locations.</para> -<para>If you want to be able to upgrade Nix stores from before version -0.12pre12020, you need Sleepycat's Berkeley DB version version 4.5. -(Other versions may not have compatible database formats.). Berkeley -DB 4.5 is included in the Nix source distribution. If you do not need -this ability, you can build Nix with the -<option>--disable-old-db-compat</option> configure option.</para> - </section> |