me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-glossaries-estonian.

* gnu/packages/tex.scm (texlive-glossaries-estonian): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:30 +02:00
parent 3606996828
commit d8529aed83
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -83723,6 +83723,26 @@ package.")
package.")
(license license:lppl1.3+)))
(define-public texlive-glossaries-estonian
(package
(name "texlive-glossaries-estonian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/glossaries-estonian/"
"source/latex/glossaries-estonian/"
"tex/latex/glossaries-estonian/")
(base32
"1dkgzcj9ba0l0lvyg1kq8byw9r1lc6l13m0c4hiqcr73srpj7ms9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/glossaries-estonian")
(synopsis "Estonian language module for @code{glossaries} package")
(description
"This package provides the Estonian language module for the @code{glossaries}
package.")
(license license:lppl1.3+)))
;;;
;;; 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