gnu: biber: Address test failures.

* gnu/packages/patches/biber-sortinithash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tex.scm (biber)[source]: Use it.
This commit is contained in:
Ludovic Courtès 2020-04-24 15:54:34 +02:00
parent 2520059bdb
commit 122b3cd68d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
3 changed files with 1669 additions and 1 deletions

View file

@ -776,6 +776,7 @@ dist_patch_DATA = \
%D%/packages/patches/beignet-correct-file-names.patch \
%D%/packages/patches/benchmark-unbundle-googletest.patch \
%D%/packages/patches/biber-fix-encoding-write.patch \
%D%/packages/patches/biber-sortinithash.patch \
%D%/packages/patches/bidiv-update-fribidi.patch \
%D%/packages/patches/binutils-boot-2.20.1a.patch \
%D%/packages/patches/binutils-loongson-workaround.patch \

File diff suppressed because it is too large Load diff

View file

@ -6045,7 +6045,8 @@ (define-public biber
(file-name (git-file-name name version))
;; TODO: Patch awaiting inclusion upstream (see:
;; https://github.com/plk/biber/issues/239).
(patches (search-patches "biber-fix-encoding-write.patch"))
(patches (search-patches "biber-fix-encoding-write.patch"
"biber-sortinithash.patch"))
(sha256
(base32
"1g1hi6zvf2hmrjly1sidjaxy5440gfqm4p7p3n7kayshnjsmlskx"))))