mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-glossaries-estonian.
* gnu/packages/tex.scm (texlive-glossaries-estonian): New variable.
This commit is contained in:
parent
3606996828
commit
d8529aed83
1 changed files with 20 additions and 0 deletions
|
@ -83723,6 +83723,26 @@ (define-public texlive-glossaries-english
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue