me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-kix.

* gnu/packages/tex.scm (texlive-kix): New variable.
master
Nicolas Goaziou 2023-08-29 15:53:36 +02:00
parent 36412e076a
commit fd2e1278d9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -86365,6 +86365,24 @@ one to typeset tables that have a previously defined column layout and whose
rows can be produced in a key-value fashion.")
(license license:lppl1.2+)))
(define-public texlive-kix
(package
(name "texlive-kix")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/kix/" "tex/latex/kix/")
(base32
"1sbvvjmrz61il4xy6vv7n0zsbv42s5g65grn4bn14sc60sfa968h")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/kix")
(synopsis "Typeset KIX codes")
(description
"This package implements KIX codes as used by the Dutch PTT for bulk mail
addressing. (Royal Mail 4 State Code.)")
(license license:lppl1.0+)))
;;;
;;; 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