gnu: Add texlive-glossaries-estonian.
* gnu/packages/tex.scm (texlive-glossaries-estonian): New variable.master
parent
3606996828
commit
d8529aed83
|
@ -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
|
||||
|
|
Reference in New Issue