gnu: texlive-todonotes: Refresh package definition.
* gnu/packages/tex.scm (texlive-todonotes): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: TEXLIVE-TOOLS, TEXLIVE-XCOLOR.
This commit is contained in:
parent
fe3f7a1b92
commit
34e2e55a1a
1 changed files with 24 additions and 18 deletions
|
@ -10860,24 +10860,30 @@ citations and references.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-todonotes
|
(define-public texlive-todonotes
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-todonotes"
|
(name "texlive-todonotes")
|
||||||
(list "/doc/latex/todonotes/"
|
(version (number->string %texlive-revision))
|
||||||
"/tex/latex/todonotes/")
|
(source (texlive-origin
|
||||||
(base32
|
name version
|
||||||
"1jqw8jy73488bdr971w0dnlggsvicagpnpx8ddqkma920ba8rabp")
|
(list "doc/latex/todonotes/"
|
||||||
#:trivial? #t)))
|
"source/latex/todonotes/"
|
||||||
(package
|
"tex/latex/todonotes/")
|
||||||
(inherit template)
|
(base32
|
||||||
(propagated-inputs
|
"0lhqzrvf216j3rzg7lmc1mvnr2mzr0a6c2kqrfwzw6qbpm9v29nk")))
|
||||||
(list texlive-pgf texlive-xkeyval))
|
(outputs '("out" "doc"))
|
||||||
(home-page "http://www.ctan.org/pkg/todonotes")
|
(build-system texlive-build-system)
|
||||||
(synopsis "Marking things to do in a LaTeX document")
|
(propagated-inputs
|
||||||
(description "The @code{todonotes} package lets the user mark
|
(list texlive-pgf
|
||||||
things to do later, in a simple and visually appealing way. The
|
texlive-tools
|
||||||
package takes several options to enable customization and finetuning
|
texlive-xcolor
|
||||||
of the visual appearance.")
|
texlive-xkeyval))
|
||||||
(license license:lppl1.3+))))
|
(home-page "https://ctan.org/pkg/todonotes")
|
||||||
|
(synopsis "Marking things to do in a LaTeX document")
|
||||||
|
(description
|
||||||
|
"The @code{todonotes} package lets the user mark things to do later, in
|
||||||
|
a simple and visually appealing way. The package takes several options to
|
||||||
|
enable customization and finetuning of the visual appearance.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-units
|
(define-public texlive-units
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue