[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
158/421: gnu: texlive-relsize: Refresh package definition.
From: |
guix-commits |
Subject: |
158/421: gnu: texlive-relsize: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:29:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit af65949d9a85c4516dbaa5e774076016d4d2d1d0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:27:32 2023 +0200
gnu: texlive-relsize: Refresh package definition.
* gnu/packages/tex.scm (texlive-relsize): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 55d0e17524..dd3f668df3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12490,13 +12490,15 @@ to the @code{xr} package for external document
references.")
(define-public texlive-relsize
(package
- (inherit (simple-texlive-package
- "texlive-relsize"
- (list "doc/latex/relsize/"
- "tex/latex/relsize/")
- (base32
- "07g9wqxsh3a9rmfbppaqhyic82a1i1habizaf4hpdi3246w6nnby")
- #:trivial? #t))
+ (name "texlive-relsize")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/relsize/" "tex/latex/relsize/")
+ (base32
+ "07g9wqxsh3a9rmfbppaqhyic82a1i1habizaf4hpdi3246w6nnby")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
(home-page "https://ctan.org/pkg/relsize")
(synopsis "Set the font size relative to the current font size")
(description
- 105/421: gnu: texlive-latex-varwidth -> texlive-varwidth., (continued)
- 105/421: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/28
- 121/421: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/28
- 125/421: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/28
- 127/421: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/28
- 130/421: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/28
- 133/421: gnu: Add texlive-newverbs., guix-commits, 2023/05/28
- 134/421: gnu: Add texlive-svn-prov., guix-commits, 2023/05/28
- 146/421: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/28
- 142/421: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/28
- 153/421: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/28
- 158/421: gnu: texlive-relsize: Refresh package definition.,
guix-commits <=
- 156/421: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/28
- 160/421: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/28
- 162/421: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/28
- 172/421: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/28
- 176/421: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/28
- 180/421: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/28
- 186/421: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/28
- 187/421: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/28
- 188/421: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/28
- 190/421: gnu: Add texlive-etextools., guix-commits, 2023/05/28