[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
216/409: gnu: texlive-wrapfig: Refresh package definition.
From: |
guix-commits |
Subject: |
216/409: gnu: texlive-wrapfig: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit cada8d50651eb14635cce602ef6773425be285ee
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.
- 238/409: gnu: texlive-refcount: Refresh package definition., (continued)
- 238/409: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/20
- 244/409: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/20
- 267/409: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/05/20
- 272/409: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/20
- 298/409: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/20
- 321/409: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/05/20
- 121/409: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/20
- 124/409: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/20
- 141/409: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/20
- 146/409: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/20
- 216/409: gnu: texlive-wrapfig: Refresh package definition.,
guix-commits <=
- 220/409: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/20
- 226/409: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/20
- 227/409: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/05/20
- 239/409: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/05/20
- 241/409: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/20
- 247/409: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/20
- 297/409: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/20
- 300/409: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/05/20
- 301/409: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/20
- 302/409: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/20