mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* 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;
|
||||
aterm = aterm242fixes;
|
||||
db4 = db45;
|
||||
supportOldDBs = false;
|
||||
supportOldDBs = true;
|
||||
};
|
||||
|
||||
# !!! remove in a few weeks, obsolete
|
||||
|
Loading…
Reference in New Issue
Block a user