guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

216/452: gnu: texlive-wrapfig: Refresh package definition.


From: guix-commits
Subject: 216/452: gnu: texlive-wrapfig: Refresh package definition.
Date: Fri, 9 Jun 2023 13:43:25 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 966c633cbd7d29c42f687db72bb560d07f1edc48
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 21:54:12 2023 +0200

    gnu: texlive-wrapfig: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-wrapfig): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]