[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
198/418: gnu: texlive-minted: Refresh package definition.
From: |
guix-commits |
Subject: |
198/418: gnu: texlive-minted: 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 e9caf6189ded1c82e95a266d2e1ae6d9a5a26015
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:33:32 2023 +0200
gnu: texlive-minted: Refresh package definition.
* gnu/packages/tex.scm (texlive-minted): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS, TEXLIVE-KVOPTIONS,
TEXLIVE-PDFTEXCMDS, TEXLIVE-TOOLS.
---
gnu/packages/tex.scm | 62 ++++++++++++++++++++++++++++------------------------
1 file changed, 33 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e5802e8528..a8001fc5b3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10955,35 +10955,39 @@ configuration of its own fixed names, using
@file{.mld} files.")
(license license:lppl1.3+)))
(define-public texlive-minted
- (let ((template (simple-texlive-package
- "texlive-minted"
- (list "/doc/latex/minted/"
- "/source/latex/minted/"
- "/tex/latex/minted/")
- (base32
- "13cjsjb3b04n9arwp46ayk8fcicylxq5g1864cpxl1lxjxh1yi0l"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "latex/minted")))
- (propagated-inputs (list python-pygments
- texlive-etoolbox
- texlive-fancyvrb
- texlive-float
- texlive-framed
- texlive-fvextra
- texlive-ifplatform
- texlive-lineno
- texlive-newfloat
- texlive-xstring))
- (home-page "https://ctan.org/pkg/minted")
- (synopsis "Highlight source code in LaTeX documents")
- (description "This package facilitates expressive syntax highlighting in
-LaTeX using the Pygments library. This package also provides options to
-customize the highlighted source code output using fancyvrb and fvextra.")
- (license license:lppl1.3+))))
+ (package
+ (name "texlive-minted")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/minted/" "source/latex/minted/"
+ "tex/latex/minted/")
+ (base32
+ "13cjsjb3b04n9arwp46ayk8fcicylxq5g1864cpxl1lxjxh1yi0l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list python-pygments
+ texlive-etoolbox
+ texlive-fancyvrb
+ texlive-float
+ texlive-framed
+ texlive-fvextra
+ texlive-graphics
+ texlive-ifplatform
+ texlive-kvoptions
+ texlive-lineno
+ texlive-newfloat
+ texlive-pdftexcmds
+ texlive-tools
+ texlive-xstring))
+ (home-page "https://ctan.org/pkg/minted")
+ (synopsis "Highlighted source code for LaTeX")
+ (description
+ "The package that facilitates expressive syntax highlighting in LaTeX
+using the powerful Pygments library. The package also provides options to
+customize the highlighted source code output using @code{fancyvrb}.")
+ (license license:lppl1.3+)))
(define-public texlive-caption
(package
- 189/418: gnu: texlive-fourier: Refresh package definition., (continued)
- 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, 2023/05/29
- 198/418: gnu: texlive-minted: Refresh package definition.,
guix-commits <=
- 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
- 248/418: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/29