me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ean.

* gnu/packages/tex.scm (texlive-ean): New variable.
Nicolas Goaziou 2023-08-21 12:10:58 +02:00
parent c3f1822fe9
commit 7704b3f5fd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 16 additions and 0 deletions

View File

@ -10593,6 +10593,22 @@ Gaulle (now deceased), under a free licence. It replaces the old full
@code{frenchle} packages.") @code{frenchle} packages.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-ean
(package
(name "texlive-ean")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/ean/" "tex/generic/ean/")
(base32
"1zyxjpc0ggas43lpvl1l1mknqmd94q0cqgw6w2by29w3r8wafjh9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ean")
(synopsis "Macros for making EAN barcodes")
(description "This package provides EAN-8 and EAN-13 forms.")
(license license:gpl3+)))
(define-public texlive-easing (define-public texlive-easing
(package (package
(name "texlive-easing") (name "texlive-easing")