summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-09-19 16:32:55 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-09-19 16:47:18 +0300
commitc08a84186f7f0145aebc063606bd654fea3efcf9 (patch)
tree900dedd09a4524fff7034ce684ff3dd3e0de871d /pkgs/top-level/perl-packages.nix
parent9c2e6faf1ff58f73189bb04d1422ea4dd30d6f01 (diff)
downloadnixlib-c08a84186f7f0145aebc063606bd654fea3efcf9.tar
nixlib-c08a84186f7f0145aebc063606bd654fea3efcf9.tar.gz
nixlib-c08a84186f7f0145aebc063606bd654fea3efcf9.tar.bz2
nixlib-c08a84186f7f0145aebc063606bd654fea3efcf9.tar.lz
nixlib-c08a84186f7f0145aebc063606bd654fea3efcf9.tar.xz
nixlib-c08a84186f7f0145aebc063606bd654fea3efcf9.tar.zst
nixlib-c08a84186f7f0145aebc063606bd654fea3efcf9.zip
perlPackages.DBIxClass: Add upstream patch to fix build
Apply an upstream commit destined for next release like Debian is doing:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835731

Should fix http://hydra.nixos.org/build/40815848
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-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 727e10d5cab0..0c6cf583f923 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -3583,6 +3583,7 @@ let self = _self // overrides; _self = with self; {
       url = "mirror://cpan/authors/id/R/RI/RIBASUSHI/${name}.tar.gz";
       sha256 = "4049afd175e315ebcab945b19030aec40bcec46cc5611b0286a5a267ca7181ef";
     };
+    patches = [ ../development/perl-modules/dbiclassx-fix.patch ]; # Remove after next release
     buildInputs = [ DBDSQLite PackageStash SQLTranslator TestDeep TestException TestWarn ];
     propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DBI DataDumperConcise DataPage DevelGlobalDestruction HashMerge MROCompat ModuleFind Moo PathClass SQLAbstract ScopeGuard SubName TryTiny namespaceclean ];
     meta = {