mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-gs1.
* gnu/packages/tex.scm (texlive-gs1): New variable.
This commit is contained in:
parent
3aab68ac90
commit
7ab2b3470a
1 changed files with 19 additions and 0 deletions
|
@ -84470,6 +84470,25 @@ (define-public texlive-gridslides
|
|||
times.")
|
||||
(license (list license:lppl1.3+ license:gpl2))))
|
||||
|
||||
(define-public texlive-gs1
|
||||
(package
|
||||
(name "texlive-gs1")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/gs1/" "source/latex/gs1/"
|
||||
"tex/latex/gs1/")
|
||||
(base32
|
||||
"0r8lqj5gd349b1blgqq6c5v9mm7s9h6jb131fij1mmm7vrnr1vrc")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/gs1")
|
||||
(synopsis "Typeset EAN barcodes using TeX rules, only")
|
||||
(description
|
||||
"The (LaTeX3) package typesets EAN-8 and EAN-13 barcodes, using the facilities
|
||||
of the @code{rule-D} package.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue