mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-calxxxx-yyyy.
* gnu/packages/tex.scm (texlive-calxxxx-yyyy): New variable.
This commit is contained in:
parent
9ac3d855af
commit
8d29bd9a90
1 changed files with 21 additions and 0 deletions
|
@ -75171,6 +75171,27 @@ (define-public texlive-cals
|
|||
supported: padding, background color, width of separation rules.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-calxxxx-yyyy
|
||||
(package
|
||||
(name "texlive-calxxxx-yyyy")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/calxxxx-yyyy/"
|
||||
"tex/latex/calxxxx-yyyy/")
|
||||
(base32
|
||||
"1hxi0rd8ry9j094vbw5jskcp9yvhafh9k39lvggh9fmhib2ngnh0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/calxxxx-yyyy")
|
||||
(synopsis "Print a calendar for a group of years")
|
||||
(description
|
||||
"The package prints a calendar for two or more years, according to a language
|
||||
selection. The package is also culture dependent in the sense that it will
|
||||
start weeks according to local rules: e.g., weeks conventionally start on
|
||||
Monday in the English-speaking world.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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