mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-bibtexu.
* gnu/packages/tex.scm (texlive-bibtexu): New variable.
This commit is contained in:
parent
4dd849645c
commit
a75bad1b83
1 changed files with 19 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue