me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-glossaries-danish.

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

View File

@ -83664,6 +83664,26 @@ anywhere else in a document, including before it was declared.")
replaced by @code{\\gloss}.") replaced by @code{\\gloss}.")
(license license:lppl))) (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 ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar