me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bitpattern.

* gnu/packages/tex.scm (texlive-bitpattern): New variable.
Nicolas Goaziou 2023-07-30 13:05:45 +02:00
parent c81774bf4d
commit f2e1a9cfcd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -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")