mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add texlive-bibtexperllibs.
* gnu/packages/tex.scm (texlive-bibtexperllibs): New variable.
This commit is contained in:
parent
6d7be253c5
commit
596890737e
1 changed files with 21 additions and 0 deletions
|
@ -4845,6 +4845,27 @@ (define-public texlive-bidihl
|
|||
"This package provides experimental Bidi-aware text highlighting.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibtexperllibs
|
||||
(package
|
||||
(name "texlive-bibtexperllibs")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "scripts/bibtexperllibs/BibTeX/"
|
||||
"scripts/bibtexperllibs/LaTeX/"
|
||||
"source/support/bibtexperllibs/")
|
||||
(base32
|
||||
"1p99pg9rvkzi3rqm4kp43zf5sk28q7a2m8ikfckg10ybaws5d3zg")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/bibtexperllibs")
|
||||
(synopsis "BibTeX Perl Libraries")
|
||||
(description
|
||||
"This package provides BibTeX related Perl libraries.")
|
||||
(license
|
||||
(list license:artistic2.0
|
||||
license:gpl1
|
||||
license:public-domain))))
|
||||
|
||||
(define-public texlive-binomexp
|
||||
(package
|
||||
(name "texlive-binomexp")
|
||||
|
|
Loading…
Reference in a new issue