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/local.mk | |
parent | 2520059bdb43fa1663ce102f3f4c442d4918c32b (diff) | |
download | patches-122b3cd68dbc6c83de5357d4db4d82d2fd92d9b1.tar patches-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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index d42f17f41b..66a9c76865 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -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 \ |