[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
201/418: gnu: texlive-todonotes: Refresh package definition.
From: |
guix-commits |
Subject: |
201/418: gnu: texlive-todonotes: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 323ce88671e3850d0d4f8aab487008308e8f6d03
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:43:45 2023 +0200
gnu: texlive-todonotes: Refresh package definition.
* gnu/packages/tex.scm (texlive-todonotes): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: TEXLIVE-TOOLS, TEXLIVE-XCOLOR.
---
gnu/packages/tex.scm | 42 ++++++++++++++++++++++++------------------
1 file changed, 24 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 12d802d3cb..08f3bff5c3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10868,24 +10868,30 @@ citations and references.")
(license license:lppl1.3c)))
(define-public texlive-todonotes
- (let ((template (simple-texlive-package
- "texlive-todonotes"
- (list "/doc/latex/todonotes/"
- "/tex/latex/todonotes/")
- (base32
- "1jqw8jy73488bdr971w0dnlggsvicagpnpx8ddqkma920ba8rabp")
- #:trivial? #t)))
- (package
- (inherit template)
- (propagated-inputs
- (list texlive-pgf texlive-xkeyval))
- (home-page "http://www.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+))))
+ (package
+ (name "texlive-todonotes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/todonotes/"
+ "source/latex/todonotes/"
+ "tex/latex/todonotes/")
+ (base32
+ "0lhqzrvf216j3rzg7lmc1mvnr2mzr0a6c2kqrfwzw6qbpm9v29nk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-pgf
+ texlive-tools
+ texlive-xcolor
+ texlive-xkeyval))
+ (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
(package
- 184/418: gnu: Add texlive-etextools., (continued)
- 184/418: gnu: Add texlive-etextools., guix-commits, 2023/05/29
- 189/418: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/29
- 191/418: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/29
- 190/418: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/29
- 194/418: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/29
- 188/418: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/29
- 195/418: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/29
- 210/418: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/29
- 209/418: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/29
- 206/418: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/05/29
- 201/418: gnu: texlive-todonotes: Refresh package definition.,
guix-commits <=
- 198/418: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/29
- 203/418: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/05/29
- 208/418: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/29
- 222/418: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/05/29
- 214/418: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/05/29
- 213/418: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/29
- 211/418: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/29
- 233/418: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/05/29
- 240/418: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/05/29
- 242/418: gnu: texlive-bidi: Fix build., guix-commits, 2023/05/29