[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
216/418: gnu: texlive-wrapfig: Refresh package definition.
From: |
guix-commits |
Subject: |
216/418: gnu: texlive-wrapfig: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c65b2dd4d22bb95d486c362fdb2416fb125bbe41
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 c0b2e04d1a..9647356794 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8605,13 +8605,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.
- 200/418: gnu: texlive-units: Refresh package definition., (continued)
- 200/418: gnu: texlive-units: Refresh package definition., guix-commits, 2023/05/29
- 224/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/29
- 402/418: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/29
- 418/418: gnu: texlive: Improve package style., guix-commits, 2023/05/29
- 368/418: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 395/418: gnu: texlive-ec: Fix build., guix-commits, 2023/05/29
- 415/418: gnu: Add texlive-mfware., guix-commits, 2023/05/29
- 398/418: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/29
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 387/418: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 216/418: gnu: texlive-wrapfig: Refresh package definition.,
guix-commits <=
- 220/418: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/29
- 229/418: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/05/29
- 226/418: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/29
- 212/418: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/29
- 221/418: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/05/29
- 237/418: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/29
- 239/418: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/05/29
- 241/418: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/29
- 245/418: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/05/29
- 246/418: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/05/29