* Do support old DBs.
svn path=/nixpkgs/trunk/; revision=12183
This commit is contained in:
parent
a667b3289a
commit
fde0ce5023
1 changed files with 1 additions and 1 deletions
|
@ -6996,7 +6996,7 @@ let pkgs = rec {
|
|||
inherit fetchurl stdenv perl curl bzip2 openssl;
|
||||
aterm = aterm242fixes;
|
||||
db4 = db45;
|
||||
supportOldDBs = false;
|
||||
supportOldDBs = true;
|
||||
};
|
||||
|
||||
# !!! remove in a few weeks, obsolete
|
||||
|
|
Loading…
Reference in a new issue