gnu: texlive-wrapfig: Install missing documentation files.

* gnu/packages/tex.scm (texlive-wrapfig): Install missing documentation files.
This commit is contained in:
Nicolas Goaziou 2022-03-03 16:05:17 +01:00
parent 9e154465b2
commit 734b76c5fc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7110,31 +7110,13 @@ (define-deprecated-package texlive-latex-wasysym texlive-wasysym)
(define-public texlive-wrapfig (define-public texlive-wrapfig
(package (package
(name "texlive-wrapfig") (inherit
(version (number->string %texlive-revision)) (simple-texlive-package
(source (origin "texlive-wrapfig"
(method svn-fetch) (list "doc/latex/wrapfig/" "tex/latex/wrapfig/")
(uri (svn-reference (base32 "0wk1vp0dqsp597xzsqbwj8xk80v7d77qmpjir84n54f920rf9ka9")
(url (string-append "svn://www.tug.org/texlive/tags/" #:trivial? #t))
%texlive-tag "/Master/texmf-dist/" (home-page "https://ctan.org/macros/latex/contrib/wrapfig")
"/tex/latex/wrapfig"))
(revision %texlive-revision)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"16xpyl0csmmwndz1xhzqfg9l0zcsnqxslsixsqkwd4zsvfj30sv4"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
(let ((target (string-append (assoc-ref %outputs "out")
"/share/texmf-dist/tex/latex/wrapfig")))
(mkdir-p target)
(copy-recursively (assoc-ref %build-inputs "source") target)
#t))))
(home-page "https://www.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.