mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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:
parent
9c8923b5e6
commit
1e316e8eac
@ -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;
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user