mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-glossaries-french.
* gnu/packages/tex.scm (texlive-glossaries-french): New variable.
This commit is contained in:
parent
f1cf05f69e
commit
0cba654e23
1 changed files with 20 additions and 0 deletions
|
@ -83784,6 +83784,26 @@ (define-public texlive-glossaries-finnish
|
|||
package.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-glossaries-french
|
||||
(package
|
||||
(name "texlive-glossaries-french")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/glossaries-french/"
|
||||
"source/latex/glossaries-french/"
|
||||
"tex/latex/glossaries-french/")
|
||||
(base32
|
||||
"1q20vf43fbjbx3jq4w3d6jvk1z0rigdnl85bc6gwis7hxpj63ji9")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/glossaries-french")
|
||||
(synopsis "French language module for @code{glossaries} package")
|
||||
(description
|
||||
"This package provides a French 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