diff options
author | Nathan Benedetto Proença <nathan@vieiraproenca.com> | 2021-07-09 10:45:16 -0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-21 15:59:29 +0200 |
commit | c3e33474b965ac1b7d91b69b026630e7c707e289 (patch) | |
tree | 015ba7d3359293bf31560503edb80a1310dfe8e8 /gnu/local.mk | |
parent | 313c69a10008f9f794163970930f6e74e651ed24 (diff) | |
download | guix-c3e33474b965ac1b7d91b69b026630e7c707e289.tar.gz guix-c3e33474b965ac1b7d91b69b026630e7c707e289.zip |
gnu: biber: Update to 2.16.
* gnu/packages/tex.scm (biber): Update to 2.16.
[source]: Remove 'patches'.
[inputs]: Add 'perl-io-string', 'perl-parse-recdescent', and
'perl-unicode-collate' (upstream appears to have fixed the issue
initially mentioned as a comment: recent issue was closed after
telling user to use perl-unicode-collate 1.29, which is the one
available; see <https://github.com/plk/biber/issues/378>.)
* gnu/packages/patches/biber-fix-encoding-write.patch,
gnu/packages/patches/biber-sortinithash.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 54e5c677a0..e4d4f85868 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -876,8 +876,6 @@ dist_patch_DATA = \ %D%/packages/patches/beets-werkzeug-compat.patch \ %D%/packages/patches/behave-skip-a-couple-of-tests.patch \ %D%/packages/patches/beignet-correct-file-names.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-libiberty-endianness-bug.patch \ |