me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-identkey.

* gnu/packages/tex.scm (texlive-identkey): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:48 +02:00
parent 973fd72a72
commit 24110e13f6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -85341,6 +85341,23 @@ compressed to @samp{[1-3]}, where the @samp{1} and the @samp{3} are
(color-)linked to the bibliography.")
(license license:gpl3+)))
(define-public texlive-identkey
(package
(name "texlive-identkey")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/identkey/" "tex/latex/identkey/")
(base32
"0h9am5zwjmpy8wrszldiwfwqx2z310s7mv3mnk4ra2hhllkpdvgy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/identkey")
(synopsis "Typesetting bracketed dichotomous identification keys")
(description
"The package is for typesetting bracketed dichotomous identification keys.")
(license license:gpl3)))
;;;
;;; 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