forked from mirrors/nixpkgs
biber: add patch for upstream bug 329
This commit is contained in:
parent
03927d7647
commit
4d76f56f95
|
@ -10,6 +10,14 @@ perlPackages.buildPerlModule {
|
|||
|
||||
src = "${biberSource}/source/bibtex/biber/biblatex-biber.tar.gz";
|
||||
|
||||
patches = [
|
||||
# Fix for https://github.com/plk/biber/issues/329
|
||||
(fetchpatch {
|
||||
url = "https://github.com/plk/biber/commit/fa312ce402fe581ba7cc0890c83a1d47c2610e26.diff";
|
||||
sha256 = "1j87mdwvx368z9b5x6b72s753hwvrldf2pb42p6hflq5hzkicy50";
|
||||
})
|
||||
];
|
||||
|
||||
buildInputs = with perlPackages; [
|
||||
autovivification BusinessISBN BusinessISMN BusinessISSN ConfigAutoConf
|
||||
DataCompare DataDump DateSimple EncodeEUCJPASCII EncodeHanExtra EncodeJIS2K
|
||||
|
|
Loading…
Reference in a new issue