diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-04-24 15:54:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-24 16:21:13 +0200 |
commit | 122b3cd68dbc6c83de5357d4db4d82d2fd92d9b1 (patch) | |
tree | 7961b250ab683f96b53db885ce9673e6da83ead5 /gnu/packages/tex.scm | |
parent | 2520059bdb43fa1663ce102f3f4c442d4918c32b (diff) | |
download | guix-122b3cd68dbc6c83de5357d4db4d82d2fd92d9b1.tar.gz |
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.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f1ce4220df..2e8e79c169 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6045,7 +6045,8 @@ values (strings, macros, or numbers) pasted together.") (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")))) |