gnu: texlive-datetime2: Refresh package definition.
* gnu/packages/tex.scm (texlive-datetime2): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-PGF, TEXLIVE-TRACKLANG, and TEXLIVE-XKEYVAL.
This commit is contained in:
parent
ae5d9c82bb
commit
7f50ce1725
1 changed files with 36 additions and 32 deletions
|
@ -12370,31 +12370,35 @@ orientation by conforming PDF viewers.")
|
||||||
|
|
||||||
(define-public texlive-datetime2
|
(define-public texlive-datetime2
|
||||||
(package
|
(package
|
||||||
(inherit
|
(name "texlive-datetime2")
|
||||||
(simple-texlive-package
|
(version (number->string %texlive-revision))
|
||||||
"texlive-datetime2"
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
(list "doc/latex/datetime2/"
|
(list "doc/latex/datetime2/"
|
||||||
"source/latex/datetime2/"
|
"source/latex/datetime2/"
|
||||||
"tex/latex/datetime2/")
|
"tex/latex/datetime2/")
|
||||||
(base32 "0yjkpfic1ni4j2g61rrjj5hjyd43shc9c0sg1aivbbsmqh30dn33")
|
(base32
|
||||||
#:trivial? #t))
|
"0yjkpfic1ni4j2g61rrjj5hjyd43shc9c0sg1aivbbsmqh30dn33")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-etoolbox
|
(list texlive-etoolbox
|
||||||
texlive-latex-xkeyval
|
texlive-pgf
|
||||||
texlive-tracklang))
|
texlive-tracklang
|
||||||
|
texlive-xkeyval))
|
||||||
(home-page "https://ctan.org/pkg/datetime2")
|
(home-page "https://ctan.org/pkg/datetime2")
|
||||||
(synopsis "Formats for dates, times and time zones")
|
(synopsis "Formats for dates, times and time zones")
|
||||||
(description
|
(description
|
||||||
"The @code{datetime2} package provides commands for formatting dates, times
|
"The @code{datetime2} package provides commands for formatting dates,
|
||||||
and time zones and redefines @code{\\today} to use the same formatting style.
|
times and time zones and redefines @code{\\today} to use the same formatting
|
||||||
In addition to @code{\\today}, you can also use
|
style. In addition to @code{\\today}, you can also use
|
||||||
@code{\\DTMcurrenttime} (current time) or @code{\\DTMnow} (current date and
|
@code{\\DTMcurrenttime} (current time) or @code{\\DTMnow} (current date and
|
||||||
time). Dates and times can be saved for later use. The accompanying
|
time). Dates and times can be saved for later use. The accompanying
|
||||||
@code{datetime2-calc} package can be used to convert date-times to UTC+00:00.
|
@code{datetime2-calc} package can be used to convert date-times to UTC+00:00.
|
||||||
Language and regional support is provided by independently maintained and
|
Language and regional support is provided by independently maintained and
|
||||||
installed modules. The @code{datetime2-calc} package uses the
|
installed modules. The @code{datetime2-calc} package uses the
|
||||||
@code{pgfcalendar} package (part of the PGF/TikZ bundle). This package
|
@code{pgfcalendar} package (part of the PGF/TikZ bundle). This package
|
||||||
replaces @code{datetime.sty} which is now obsolete.")
|
replaces @code{datetime.sty}, which is now obsolete.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-tracklang
|
(define-public texlive-tracklang
|
||||||
|
|
Reference in a new issue