sqlite: Make 3.7.16 the default again

I've fixed the Hydra problem and the DBIx::Class issue is only a
problem in its test suite, apparently.
This commit is contained in:
Eelco Dolstra 2013-04-30 00:05:27 +02:00
parent 9c8923b5e6
commit 1e316e8eac
2 changed files with 3 additions and 1 deletions

View file

@ -5008,7 +5008,7 @@ let
ncurses = null;
});
sqlite = sqlite_3_7_14;
sqlite = sqlite_3_7_16;
sqliteInteractive = appendToName "interactive" (sqlite.override {
inherit readline ncurses;

View file

@ -1552,6 +1552,8 @@ rec {
};
buildInputs = [ DBDSQLite PackageStash TestException TestWarn ];
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ClassMethodModifiers ConfigAny ContextPreserve DataCompare DataDumperConcise DataPage DBI DevelGlobalDestruction HashMerge ModuleFind Moo MROCompat namespaceclean PathClass ScopeGuard SQLAbstract strictures SubName TryTiny ];
# !!! tests broken with latest sqlite, see http://lists.scsys.co.uk/pipermail/dbix-class/2013-April/011271.html
doCheck = false;
meta = {
homepage = http://www.dbix-class.org/;
description = "Extensible and flexible object <-> relational mapper";