mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-glossaries-extra.
* gnu/packages/tex.scm (texlive-glossaries-extra): New variable.
This commit is contained in:
parent
d8529aed83
commit
3fe9e461ed
1 changed files with 21 additions and 0 deletions
|
@ -83743,6 +83743,27 @@ (define-public texlive-glossaries-estonian
|
|||
package.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-glossaries-extra
|
||||
(package
|
||||
(name "texlive-glossaries-extra")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bib/glossaries-extra/"
|
||||
"doc/latex/glossaries-extra/"
|
||||
"source/latex/glossaries-extra/"
|
||||
"tex/latex/glossaries-extra/")
|
||||
(base32
|
||||
"0s075syzxyz4mkdmq3y4xk38gb9ip19k0cdrlymmixd7jiawvlm8")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/glossaries-extra")
|
||||
(synopsis "Extension to the @code{glossaries} package")
|
||||
(description
|
||||
"This package provides improvements and extra features to 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