mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-lettre.
* gnu/packages/tex.scm (texlive-lettre): New variable.
This commit is contained in:
parent
6640ec4014
commit
05093474a4
1 changed files with 17 additions and 0 deletions
|
@ -87073,6 +87073,23 @@ (define-public texlive-lengthconvert
|
|||
selection of units.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-lettre
|
||||
(package
|
||||
(name "texlive-lettre")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lettre/" "tex/latex/lettre/")
|
||||
(base32
|
||||
"1ahcsx9ds5vw3cf9jxs277jcckhbslpcs9ahhj40ycygfrlkw4p8")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lettre")
|
||||
(synopsis "Letters and faxes in French")
|
||||
(description
|
||||
"This class is for writing letters and faxes in French.")
|
||||
(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