[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
365/409: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
365/409: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sat, 20 May 2023 04:03:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2c1789f7987084d68165704c31380cb6f456f0af
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 13:45:41 2023 +0200
gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-catchfile!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-ETEXCMDS, TEXLIVE-INFWARERR,
TEXLIVE-LTXCMDS.
---
gnu/packages/tex.scm | 38 ++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8b56fa09ef..550e13876c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6362,24 +6362,26 @@ for physicists.")
(license license:lppl)))
(define-public texlive-catchfile
- (let ((template (simple-texlive-package
- "texlive-catchfile"
- (list "/doc/latex/catchfile/"
- "/source/latex/catchfile/"
- "/tex/generic/catchfile/")
- (base32
- "1dpxy64hs0bjp8d2dmikflc995vazf7fi6z92w51fnj2fidgl8gx"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "latex/catchfile")))
- (home-page "https://ctan.org/macros/latex/contrib/catchfile";)
- (synopsis "Catch an external file into a macro")
- (description
- "Catchfile catches the contents of a file and puts it in a macro.")
- (license license:lppl1.3+))))
+ (package
+ (name "texlive-catchfile")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/catchfile/" "source/latex/catchfile/"
+ "tex/generic/catchfile/")
+ (base32
+ "1dpxy64hs0bjp8d2dmikflc995vazf7fi6z92w51fnj2fidgl8gx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etexcmds
+ texlive-infwarerr
+ texlive-ltxcmds))
+ (home-page "https://ctan.org/macros/latex/contrib/catchfile";)
+ (synopsis "Catch an external file into a macro")
+ (description
+ "Catchfile catches the contents of a file and puts it in a macro.")
+ (license license:lppl1.3+)))
(define-public texlive-ddphonism
(package
- 318/409: gnu: texlive-graphics-cfg: Refresh package definition., (continued)
- 318/409: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/05/20
- 320/409: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/20
- 323/409: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/05/20
- 330/409: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/05/20
- 333/409: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/05/20
- 336/409: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/20
- 342/409: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/20
- 344/409: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/05/20
- 354/409: gnu: Add texlive-mptopdf., guix-commits, 2023/05/20
- 359/409: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/05/20
- 365/409: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 388/409: gnu: simple-texlive-package: Remove it., guix-commits, 2023/05/20
- 403/409: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/05/20
- 390/409: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/05/20
- 108/409: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/05/20
- 126/409: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/20
- 270/409: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/20
- 271/409: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/20
- 277/409: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/05/20
- 283/409: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/20
- 310/409: gnu: Add texlive-cmexb., guix-commits, 2023/05/20