ngz pushed a commit to branch master
in repository guix.
commit f2e1a9cfcdb7786fd8015a04c4d515252e944fd1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 30 13:05:45 2023 +0200
gnu: Add texlive-bitpattern.
* gnu/packages/tex.scm (texlive-bitpattern): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7e2dd45316..b6b3e39032 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1815,6 +1815,26 @@ out in a single macro call. A variant of the operation
is provided, that
retains outer braces.")
(license license:lppl1.3+)))
+(define-public texlive-bitpattern
+ (package
+ (name "texlive-bitpattern")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bitpattern/"
+ "source/latex/bitpattern/"
+ "tex/latex/bitpattern/")
+ (base32
+ "00f423jran7qqg9fwy3p7w1lhi20cxzlvn4hzsrz5pwd87bmvxxb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bitpattern")
+ (synopsis "Typeset bit pattern diagrams")
+ (description
+ "This package provides a package to typeset bit pattern diagrams such as
those
+used to describe hardware, data format or protocols.")
+ (license license:lppl)))
+
(define-public texlive-borceux
(package
(name "texlive-borceux")