summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-04-22 16:22:54 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-04-22 16:27:28 +0200
commit52769d5c17935b99bcb78c16fa02c3c48dc0ae18 (patch)
tree462816c35df215bd2fde88f433d243582d2a09f0 /pkgs/top-level
parent1b2b9761b4e1da51a8905807a3e6d487a92f3c8b (diff)
downloadnixlib-52769d5c17935b99bcb78c16fa02c3c48dc0ae18.tar
nixlib-52769d5c17935b99bcb78c16fa02c3c48dc0ae18.tar.gz
nixlib-52769d5c17935b99bcb78c16fa02c3c48dc0ae18.tar.bz2
nixlib-52769d5c17935b99bcb78c16fa02c3c48dc0ae18.tar.lz
nixlib-52769d5c17935b99bcb78c16fa02c3c48dc0ae18.tar.xz
nixlib-52769d5c17935b99bcb78c16fa02c3c48dc0ae18.tar.zst
nixlib-52769d5c17935b99bcb78c16fa02c3c48dc0ae18.zip
perl-dbix-class: Fix tests with newer SQLite.
Our version of SQLite causes the tests to fail, so I'm hereby adding a
patch from dbsrgits/dbix-class@ed5550d36 with the hunk for the Changes
file dropped.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index ad5a5bf9fed6..bbea59005f6d 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -2309,6 +2309,7 @@ let self = _self // overrides; _self = with self; {
       url = mirror://cpan/authors/id/R/RI/RIBASUSHI/DBIx-Class-0.08250.tar.gz;
       sha256 = "0nsqvj34klc9pf4l5kj3nqkq7agbsn11ys4115100awf7gxjbad6";
     };
+    patches = [ ../development/perl-modules/dbix-class-fix-tests.patch ];
     buildInputs = [ DBDSQLite PackageStash TestException TestWarn TestDeep ];
     propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ClassMethodModifiers ConfigAny ContextPreserve DataCompare DataDumperConcise DataPage DBI DevelGlobalDestruction HashMerge ModuleFind Moo MROCompat namespaceclean PathClass ScopeGuard SQLAbstract strictures SubName TryTiny ];
     meta = {