Archived
1
0
Fork 0

gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call.

* gnu/packages/tex.scm (texlive-pagenote!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-18 13:57:58 +02:00
parent f95f4d7a87
commit cf937f9231
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11975,27 +11975,25 @@ 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 (package
"texlive-pagenote" (name "texlive-pagenote")
(list "/doc/latex/pagenote/" (version (number->string %texlive-revision))
"/source/latex/pagenote/") (source (texlive-origin
(base32 name version
"0cqfqrfvnzq7ldaf255hcvi8xsfx8h7iha3hs8p9gdi3cfzbcmjm")))) (list "doc/latex/pagenote/" "source/latex/pagenote/"
(package "tex/latex/pagenote/")
(inherit template) (base32
(arguments "1dffh7ac13w3gs94lvfxgw1i4k6cfkrpcyikj1sfrqaivrxpmqpi")))
(substitute-keyword-arguments (package-arguments template) (outputs '("out" "doc"))
((#:tex-directory _ '()) (build-system texlive-build-system)
"latex/pagenote") (propagated-inputs
((#:build-targets _ '()) (list texlive-ifmtarg))
''("pagenote.ins")))) (home-page "https://ctan.org/pkg/pagenote")
(propagated-inputs (synopsis "Notes at end of document")
(list texlive-ifmtarg)) (description
(home-page "https://www.ctan.org/pkg/pagenote") "The @code{pagenote} package provides tagged notes on a separate
(synopsis "Notes at end of document") page (also known as end notes).")
(description "The pagenote package provides tagged notes on a separate (license license:lppl1.3c+)))
page (also known as end notes).")
(license license:lppl1.3c+))))
(define-public texlive-titling (define-public texlive-titling
(let ((template (simple-texlive-package (let ((template (simple-texlive-package