gnu: Add texlive-bxbase.

* gnu/packages/tex.scm (texlive-bxbase): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-16 12:00:20 +02:00
parent 3c9637a1fa
commit 56326fe659
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3263,6 +3263,25 @@ (define-public texlive-bussproofs-extra
entire (sub)deductions.")
(license license:lppl1.3c)))
(define-public texlive-bxbase
(package
(name "texlive-bxbase")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bxbase/" "tex/latex/bxbase/")
(base32
"19zhvwj55lihlj11mk322735z595al847wsg3p0s3a9zm17b0skk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bxbase")
(synopsis "BX bundle base components")
(description
"The main purpose of this bundle is to serve as an underlying library for
other packages created by the same author. However @code{bxbase} package
contains a few user-level commands and is of some use by itself.")
(license license:expat)))
(define-public texlive-bytefield
(package
(name "texlive-bytefield")