* Do support old DBs.

svn path=/nixpkgs/trunk/; revision=12183
This commit is contained in:
Eelco Dolstra 2008-06-25 09:30:50 +00:00
parent a667b3289a
commit fde0ce5023

View File

@ -6996,7 +6996,7 @@ let pkgs = rec {
inherit fetchurl stdenv perl curl bzip2 openssl; inherit fetchurl stdenv perl curl bzip2 openssl;
aterm = aterm242fixes; aterm = aterm242fixes;
db4 = db45; db4 = db45;
supportOldDBs = false; supportOldDBs = true;
}; };
# !!! remove in a few weeks, obsolete # !!! remove in a few weeks, obsolete