diff options
author | Jelle Licht <jlicht@fsfe.org> | 2019-01-07 15:27:39 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2019-01-07 15:40:58 +0100 |
commit | 41a010875ba4108e666f11fc111cf5bb5dcf5464 (patch) | |
tree | f7cba9e940fc724713ad75939647bff47f797945 /gnu/local.mk | |
parent | 60a166c629f98d763c3bee66e3772e331ec4b351 (diff) | |
download | guix-41a010875ba4108e666f11fc111cf5bb5dcf5464.tar guix-41a010875ba4108e666f11fc111cf5bb5dcf5464.tar.gz |
gnu: biber: Update to 2.12.
* gnu/packages/tex.scm (biber): Update to 2.12.
[source]: Use 'git-fetch'. Add patch.
[inputs]: Add perl-file-slurper. Remove perl-file-slurp.
* gnu/packages/patches/biber-fix-encoding-write.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add 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 9dabacb3de..bc54b61c21 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -604,6 +604,7 @@ dist_patch_DATA = \ %D%/packages/patches/bazaar-CVE-2017-14176.patch \ %D%/packages/patches/beets-python-3.7-fix.patch \ %D%/packages/patches/beignet-correct-file-names.patch \ + %D%/packages/patches/biber-fix-encoding-write.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/blast+-fix-makefile.patch \ %D%/packages/patches/blender-newer-ffmpeg.patch \ |