Archived
1
0
Fork 0

gnu: texlive-wrapfig: Refresh package definition.

* gnu/packages/tex.scm (texlive-wrapfig): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-15 21:54:12 +02:00
parent ff4e6c2309
commit 32c17d6ab3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8597,13 +8597,16 @@ implements an easy to use interface for these symbols.")
(define-public texlive-wrapfig (define-public texlive-wrapfig
(package (package
(inherit (name "texlive-wrapfig")
(simple-texlive-package (version (number->string %texlive-revision))
"texlive-wrapfig" (source (texlive-origin
(list "doc/latex/wrapfig/" "tex/latex/wrapfig/") name version
(base32 "0wk1vp0dqsp597xzsqbwj8xk80v7d77qmpjir84n54f920rf9ka9") (list "doc/latex/wrapfig/" "tex/latex/wrapfig/")
#:trivial? #t)) (base32
(home-page "https://ctan.org/macros/latex/contrib/wrapfig") "0wk1vp0dqsp597xzsqbwj8xk80v7d77qmpjir84n54f920rf9ka9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/wrapfig")
(synopsis "Produces figures which text can flow around") (synopsis "Produces figures which text can flow around")
(description (description
"This package allows figures or tables to have text wrapped around them. "This package allows figures or tables to have text wrapped around them.