mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
643734306c
commit
18277e3eed
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue