Merge pull request #187039 from collares/biber

biber: import patch for Perl 5.36.0 compat

authored by

Thomas Tuegel and committed by
GitHub
db56e330 ac4721c5

+8
+8
pkgs/tools/typesetting/biber/default.nix
··· 24 24 25 25 src = "${biberSource}/source/bibtex/biber/biblatex-biber.tar.gz"; 26 26 27 + patches = [ 28 + # Perl 5.36.0 compatibility: https://github.com/plk/biber/pull/411 29 + (fetchpatch { 30 + url = "https://github.com/plk/biber/commit/d9e961710074d266ad6bdf395c98868d91952088.patch"; 31 + sha256 = "08fx7mvq78ndnj59xv3crncih7a8201rr31367kphysz2msjbj52"; 32 + }) 33 + ]; 34 + 27 35 buildInputs = with perlPackages; [ 28 36 autovivification BusinessISBN BusinessISMN BusinessISSN ConfigAutoConf 29 37 DataCompare DataDump DateSimple EncodeEUCJPASCII EncodeHanExtra EncodeJIS2K