ngz pushed a commit to branch master
in repository guix.
commit 56326fe659e7d299bf2f8d9bbc992418c46a00a2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Aug 16 12:00:20 2023 +0200
gnu: Add texlive-bxbase.
* gnu/packages/tex.scm (texlive-bxbase): 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 66e0af1bff..c4a06f40be 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3263,6 +3263,25 @@ macros.")
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")