* Do support old DBs.
svn path=/nixpkgs/trunk/; revision=12183
This commit is contained in:
parent
a667b3289a
commit
fde0ce5023
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user