[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
204/421: gnu: texlive-minted: Refresh package definition.
From: |
guix-commits |
Subject: |
204/421: gnu: texlive-minted: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:29:59 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ba03a992409d23b44e3546a0b8d331a9efc674bd
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
- 191/421: gnu: texlive-newtx: Refresh package definition., (continued)
- 191/421: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/28
- 193/421: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/28
- 194/421: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/28
- 195/421: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/28
- 198/421: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/28
- 200/421: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/28
- 201/421: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/28
- 152/421: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/28
- 164/421: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/28
- 179/421: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/28
- 204/421: gnu: texlive-minted: Refresh package definition.,
guix-commits <=
- 276/421: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/28
- 284/421: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/28
- 286/421: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/28
- 289/421: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/28
- 292/421: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/05/28
- 218/421: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/28
- 223/421: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/28
- 227/421: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/05/28
- 229/421: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/28
- 234/421: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/28