mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-glossaries-danish.
* gnu/packages/tex.scm (texlive-glossaries-danish): New variable.
This commit is contained in:
parent
d207d78288
commit
a56a81de05
1 changed files with 20 additions and 0 deletions
|
@ -83664,6 +83664,26 @@ (define-public texlive-gloss
|
|||
replaced by @code{\\gloss}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-glossaries-danish
|
||||
(package
|
||||
(name "texlive-glossaries-danish")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/glossaries-danish/"
|
||||
"source/latex/glossaries-danish/"
|
||||
"tex/latex/glossaries-danish/")
|
||||
(base32
|
||||
"0z5b71k881qz0649hd9rr5n0cgm8yvckv7jxmk1kh0y6nd9i4k6l")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/glossaries-danish")
|
||||
(synopsis "Danish language module for @code{glossaries} package")
|
||||
(description
|
||||
"This package provides a Danish 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
|
||||
|
|
Loading…
Reference in a new issue