gnu: texlive-marginnote: Refresh package definition.

* gnu/packages/tex.scm (texlive-marginnote): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-16 00:03:10 +02:00
parent b28445b50f
commit ddaeb4b09f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -10361,26 +10361,25 @@ of the old package @code{pst-char}.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-marginnote (define-public texlive-marginnote
(let ((template (simple-texlive-package (package
"texlive-marginnote" (name "texlive-marginnote")
(list "/source/latex/marginnote/marginnote.dtx") (version (number->string %texlive-revision))
(base32 (source (texlive-origin
"152bwxhnssj40rr72r6cfirvqbnc0h7xnagfrbz58v2xck53qhg1")))) name version
(package (list "doc/latex/marginnote/"
(inherit template) "source/latex/marginnote/"
(home-page "http://www.ctan.org/pkg/marginnote") "tex/latex/marginnote/")
(arguments (base32
(substitute-keyword-arguments (package-arguments template) "1drmscvd14akcv7n6wl3d3cnj18cwkd7z7rm2gg7z43b89s7kdqr")))
((#:tex-directory _ '()) (outputs '("out" "doc"))
"latex/marginnote") (build-system texlive-build-system)
((#:build-targets _ '()) (home-page "https://ctan.org/pkg/marginnote")
''("marginnote.dtx")))) (synopsis "Notes in the margin")
(synopsis "Notes in the margin") (description "This package provides the command @code{\\marginnote} that
(description "This package provides the command @code{\\marginnote} that
may be used instead of @code{\\marginpar} at almost every place where may be used instead of @code{\\marginpar} at almost every place where
@code{\\marginpar} cannot be used, e.g., inside floats, footnotes, or in @code{\\marginpar} cannot be used, e.g., inside floats, footnotes, or in
frames made with the @code{framed} package.") frames made with the @code{framed} package.")
(license license:lppl1.3c+)))) (license license:lppl1.3c+)))
(define-public texlive-iftex (define-public texlive-iftex
(package (package