[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
365/452: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
365/452: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Fri, 9 Jun 2023 13:44:02 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3e917297ee0ebbb2a7cb7c4bd5214f0990bbdf12
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 9c6f9e908b..4f891e9666 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6350,24 +6350,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
- 317/452: gnu: texlive-greek-fontenc: Refresh package definition., (continued)
- 317/452: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/09
- 333/452: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/09
- 334/452: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/09
- 344/452: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/09
- 349/452: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/06/09
- 351/452: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/09
- 353/452: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/09
- 355/452: gnu: Add texlive-luatex., guix-commits, 2023/06/09
- 360/452: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/09
- 366/452: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 365/452: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 372/452: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 373/452: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 383/452: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 380/452: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 385/452: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 387/452: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 396/452: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/09
- 408/452: gnu: Add texlive-semaphor., guix-commits, 2023/06/09
- 409/452: gnu: Add texlive-knuth-local., guix-commits, 2023/06/09
- 411/452: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/09