me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-eijkhout.

* gnu/packages/tex.scm (texlive-eijkhout): New variable.
Nicolas Goaziou 2023-07-20 10:47:48 +02:00
parent a4da766149
commit 0b2a07c101
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -2327,6 +2327,26 @@ optionally be replaced with graphics paths so that applications that do not
support SVG fonts are enabled to render the graphics properly.")
(license license:gpl3+)))
(define-public texlive-eijkhout
(package
(name "texlive-eijkhout")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/generic/eijkhout/")
(base32
"00y3y01jpgzww1x6zjh748hpvizlrbgrv04p8aq3cm2pzs0g17qk")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/eijkhout")
(synopsis "Victor Eijkhout's packages")
(description
"The package provides three unrelated tools: @code{DB_process}, to parse
and process database output; @code{CD_labeler}, to typeset user text to fit on
a CD label; and @code{repeat}, a nestable, generic loop macro.")
(license
(list license:gpl2+ ;CD_labeler and DB_process.tex
license:lppl)))) ;repeat.tex
(define-public texlive-findhyph
(package
(name "texlive-findhyph")