gnu: texlive-ifmtarg: Fix build.

* gnu/packages/tex.scm (texlive-ifmtarg): Remove `simple-texlive-package'
call. Add missing location.
This commit is contained in:
Nicolas Goaziou 2023-05-14 11:20:42 +02:00
parent 0bea37aae7
commit 626d67e657
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11134,28 +11134,27 @@ (define-public texlive-morefloats
(license license:lppl1.3c+)))) (license license:lppl1.3c+))))
(define-public texlive-ifmtarg (define-public texlive-ifmtarg
(let ((template (simple-texlive-package (package
"texlive-ifmtarg" (name "texlive-ifmtarg")
(list "/doc/latex/ifmtarg/" (version (number->string %texlive-revision))
"/source/latex/ifmtarg/") (source (texlive-origin
(base32 name version
"0cwjn4bhq9zyfxr1595hgyc1d7rcsf9lva55x98q81xy5xrrmrb2")))) (list "doc/latex/ifmtarg/" "source/latex/ifmtarg/"
(package "tex/latex/ifmtarg/")
(inherit template) (base32
(arguments "19bfi12j5ra19k6vjd1q5fjsm68vipa7ida7pg9pf15l5pxwbgqz")))
(substitute-keyword-arguments (package-arguments template) (outputs '("out" "doc"))
((#:tex-directory _ '()) (build-system texlive-build-system)
"latex/ifmtarg") (arguments
((#:build-targets _ '()) (list #:tex-format "latex"))
''("ifmtarg.ins")) (native-inputs
((#:tex-format _ "latex") "latex"))) (list texlive-filecontents))
(inputs (home-page "https://ctan.org/pkg/ifmtarg")
(list texlive-filecontents)) (synopsis "If-then-else command for processing potentially empty arguments")
(home-page "https://www.ctan.org/pkg/ifmtarg") (description
(synopsis "If-then-else command for processing potentially empty arguments") "This package provides a command for the LaTeX programmer for testing
(description "This package provides a command for the LaTeX programmer for whether an argument is empty.")
testing whether an argument is empty.") (license license:lppl1.3c+)))
(license license:lppl1.3c+))))
(define-public texlive-pagenote (define-public texlive-pagenote
(let ((template (simple-texlive-package (let ((template (simple-texlive-package