mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-pagenote!): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
f95f4d7a87
commit
cf937f9231
1 changed files with 19 additions and 21 deletions
|
@ -11975,27 +11975,25 @@ (define-public texlive-ifmtarg
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-public texlive-pagenote
|
(define-public texlive-pagenote
|
||||||
(let ((template (simple-texlive-package
|
|
||||||
"texlive-pagenote"
|
|
||||||
(list "/doc/latex/pagenote/"
|
|
||||||
"/source/latex/pagenote/")
|
|
||||||
(base32
|
|
||||||
"0cqfqrfvnzq7ldaf255hcvi8xsfx8h7iha3hs8p9gdi3cfzbcmjm"))))
|
|
||||||
(package
|
(package
|
||||||
(inherit template)
|
(name "texlive-pagenote")
|
||||||
(arguments
|
(version (number->string %texlive-revision))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(source (texlive-origin
|
||||||
((#:tex-directory _ '())
|
name version
|
||||||
"latex/pagenote")
|
(list "doc/latex/pagenote/" "source/latex/pagenote/"
|
||||||
((#:build-targets _ '())
|
"tex/latex/pagenote/")
|
||||||
''("pagenote.ins"))))
|
(base32
|
||||||
|
"1dffh7ac13w3gs94lvfxgw1i4k6cfkrpcyikj1sfrqaivrxpmqpi")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-ifmtarg))
|
(list texlive-ifmtarg))
|
||||||
(home-page "https://www.ctan.org/pkg/pagenote")
|
(home-page "https://ctan.org/pkg/pagenote")
|
||||||
(synopsis "Notes at end of document")
|
(synopsis "Notes at end of document")
|
||||||
(description "The pagenote package provides tagged notes on a separate
|
(description
|
||||||
page (also known as ‘end notes’).")
|
"The @code{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
|
||||||
|
|
Loading…
Reference in a new issue