[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/409: gnu: texlive-ifmtarg: Fix build.
From: |
guix-commits |
Subject: |
92/409: gnu: texlive-ifmtarg: Fix build. |
Date: |
Sat, 20 May 2023 04:02:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d3203fd51dba1a1b872d3c3086dc4495e7d5be6d
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 1d5fd2fc53..9a27bc02b3 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
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., (continued)
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/20
- 117/409: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/20
- 148/409: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/20
- 155/409: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/20
- 162/409: gnu: Add texlive-selinput., guix-commits, 2023/05/20
- 167/409: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/20
- 137/409: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/20
- 196/409: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/20
- 84/409: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/20
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20
- 92/409: gnu: texlive-ifmtarg: Fix build.,
guix-commits <=
- 176/409: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/20
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20
- 78/409: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/20
- 100/409: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/20
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/20
- 131/409: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/20
- 136/409: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/20
- 138/409: gnu: Add texlive-modes., guix-commits, 2023/05/20
- 144/409: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/20