diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2023-04-25 18:18:30 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-25 18:42:22 +0200 |
commit | 8c5ba69d6e9e4b1b9d6b5e9cd28859b19e8e180c (patch) | |
tree | 263cd610f99c2c460d15b460566fdc2865e5bcbe /gnu/local.mk | |
parent | 74038cf66e3a8cdcd9d97a81d9176c3cdefdaaf7 (diff) | |
download | guix-8c5ba69d6e9e4b1b9d6b5e9cd28859b19e8e180c.tar.gz guix-8c5ba69d6e9e4b1b9d6b5e9cd28859b19e8e180c.zip |
gnu: biber: Fix build with new Perl.
* gnu/packages/patches/biber-adapt-perl-5.36.patch: Backport patch from
upstream's 760e6e4ec08a3097f7e6136331541a7b8c1c9df7.
* gnu/packages/tex.scm (biber): Use it.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
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 66dd240ba9..a714734bca 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -944,6 +944,7 @@ dist_patch_DATA = \ %D%/packages/patches/bsd-games-stdio.h.patch \ %D%/packages/patches/beancount-disable-googleapis-fonts.patch \ %D%/packages/patches/beignet-correct-file-names.patch \ + %D%/packages/patches/biber-adapt-perl-5.36.patch \ %D%/packages/patches/bidiv-update-fribidi.patch \ %D%/packages/patches/binutils-boot-2.20.1a.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ |