me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-glossaries-english.

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

View File

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