perlPackages.DBDCSV: backport fix for build on latest DBI

Need to vendor as need to elide the changelog diff from the commit as it
conflicts.

(cherry picked from commit e802c76a96)
This commit is contained in:
Andrew Marshall 2026-06-12 18:36:29 -04:00 committed by Sebastián Zavala Villagómez
commit 18277e3eed

View file

@ -9731,6 +9731,13 @@ with self;
url = "mirror://cpan/authors/id/H/HM/HMBRAND/DBD-CSV-0.60.tgz";
hash = "sha256-AYuDow95mXm8jDwwRMixyAAc32C9w+dGhIgYGVJUtOc=";
};
patches = [
(fetchpatch2 {
url = "https://github.com/perl5-dbi/DBD-CSV/commit/ae091790398088a66b22fa572856bfeb4db4c78a.patch?full_index=1";
excludes = [ "ChangeLog" ];
hash = "sha256-eZdCNSi3YJrZdZcK/8nFx5Q4rB89b0ynKemupvKrfys=";
})
];
propagatedBuildInputs = [
DBI
SQLStatement