mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
2520059bdb
commit
122b3cd68d
3 changed files with 1669 additions and 1 deletions
|
@ -776,6 +776,7 @@ dist_patch_DATA = \
|
||||||
%D%/packages/patches/beignet-correct-file-names.patch \
|
%D%/packages/patches/beignet-correct-file-names.patch \
|
||||||
%D%/packages/patches/benchmark-unbundle-googletest.patch \
|
%D%/packages/patches/benchmark-unbundle-googletest.patch \
|
||||||
%D%/packages/patches/biber-fix-encoding-write.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/bidiv-update-fribidi.patch \
|
||||||
%D%/packages/patches/binutils-boot-2.20.1a.patch \
|
%D%/packages/patches/binutils-boot-2.20.1a.patch \
|
||||||
%D%/packages/patches/binutils-loongson-workaround.patch \
|
%D%/packages/patches/binutils-loongson-workaround.patch \
|
||||||
|
|
1666
gnu/packages/patches/biber-sortinithash.patch
Normal file
1666
gnu/packages/patches/biber-sortinithash.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -6045,7 +6045,8 @@ (define-public biber
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
;; TODO: Patch awaiting inclusion upstream (see:
|
;; TODO: Patch awaiting inclusion upstream (see:
|
||||||
;; https://github.com/plk/biber/issues/239).
|
;; 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
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g1hi6zvf2hmrjly1sidjaxy5440gfqm4p7p3n7kayshnjsmlskx"))))
|
"1g1hi6zvf2hmrjly1sidjaxy5440gfqm4p7p3n7kayshnjsmlskx"))))
|
||||||
|
|
Loading…
Reference in a new issue