[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/418: gnu: texlive-ifmtarg: Fix build.
From: |
guix-commits |
Subject: |
92/418: gnu: texlive-ifmtarg: Fix build. |
Date: |
Fri, 2 Jun 2023 17:24:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 04a31b39c8c58054fa4c0eb070104d34ab0892ae
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 11:20:42 2023 +0200
gnu: texlive-ifmtarg: Fix build.
* gnu/packages/tex.scm (texlive-ifmtarg): Remove `simple-texlive-package'
call. Add missing location.
---
gnu/packages/tex.scm | 43 +++++++++++++++++++++----------------------
1 file changed, 21 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6068b100f3..32beb46c86 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11142,28 +11142,27 @@ floats merely delays the arrival of the inevitable
error message.")
(license license:lppl1.3c+))))
(define-public texlive-ifmtarg
- (let ((template (simple-texlive-package
- "texlive-ifmtarg"
- (list "/doc/latex/ifmtarg/"
- "/source/latex/ifmtarg/")
- (base32
- "0cwjn4bhq9zyfxr1595hgyc1d7rcsf9lva55x98q81xy5xrrmrb2"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/ifmtarg")
- ((#:build-targets _ '())
- ''("ifmtarg.ins"))
- ((#:tex-format _ "latex") "latex")))
- (inputs
- (list texlive-filecontents))
- (home-page "https://www.ctan.org/pkg/ifmtarg")
- (synopsis "If-then-else command for processing potentially empty
arguments")
- (description "This package provides a command for the LaTeX programmer
for
-testing whether an argument is empty.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-ifmtarg")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ifmtarg/" "source/latex/ifmtarg/"
+ "tex/latex/ifmtarg/")
+ (base32
+ "19bfi12j5ra19k6vjd1q5fjsm68vipa7ida7pg9pf15l5pxwbgqz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "latex"))
+ (native-inputs
+ (list texlive-filecontents))
+ (home-page "https://ctan.org/pkg/ifmtarg")
+ (synopsis "If-then-else command for processing potentially empty
arguments")
+ (description
+ "This package provides a command for the LaTeX programmer for testing
+whether an argument is empty.")
+ (license license:lppl1.3c+)))
(define-public texlive-pagenote
(let ((template (simple-texlive-package
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., (continued)
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/02
- 63/418: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/02
- 66/418: gnu: Add texlive-atenddvi., guix-commits, 2023/06/02
- 67/418: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/02
- 69/418: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/02
- 70/418: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/02
- 73/418: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/02
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/02
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/02
- 88/418: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/02
- 92/418: gnu: texlive-ifmtarg: Fix build.,
guix-commits <=
- 93/418: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/02
- 108/418: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/02
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/02
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/02
- 94/418: gnu: Add texlive-ctablestack., guix-commits, 2023/06/02
- 99/418: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/02
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/02
- 100/418: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/02
- 102/418: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/02
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/02