From a75bad1b83e0bf22b17b582a4cf1a6a277a5941f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 15 Jul 2023 23:52:07 +0200 Subject: [PATCH] gnu: Add texlive-bibtexu. * gnu/packages/tex.scm (texlive-bibtexu): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 221fe806c2..764a408900 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1243,6 +1243,25 @@ (define-public texlive-bibtex8 order are controlled by an external configuration file.") (license license:gpl3+))) +(define-public texlive-bibtexu + (package + (name "texlive-bibtexu") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/bibtexu/" "doc/man/man1/bibtexu.1" + "doc/man/man1/bibtexu.man1.pdf") + (base32 + "19bp8wn0ssz7gczxp0imbpgi1zwz9x3ya67f072rjzg2zmfpphqg"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/bibtexu") + (synopsis "BibTeX variant supporting Unicode (UTF-8), via ICU") + (description + "BibTeXu is an enhanced, portable C version of BibTeX. Unicode is +supported via the ICU library.") + (license license:gpl3+))) + (define-public texlive-dvipsconfig (package (name "texlive-dvipsconfig")