[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
152/452: gnu: texlive-relsize: Refresh package definition.
From: |
guix-commits |
Subject: |
152/452: gnu: texlive-relsize: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 65b4dfecb7a0bc0712f7197b944874409e78b480
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 c8b085da35..2cf0bded8f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12486,13 +12486,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
- 429/452: gnu: Add texlive-luatex85., (continued)
- 429/452: gnu: Add texlive-luatex85., guix-commits, 2023/06/09
- 433/452: gnu: texlive-context: Create formats., guix-commits, 2023/06/09
- 439/452: gnu: Add texlive-makeindex., guix-commits, 2023/06/09
- 435/452: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/09
- 437/452: gnu: Add texlive-luahbtex., guix-commits, 2023/06/09
- 441/452: gnu: Add texlive-collection-basic., guix-commits, 2023/06/09
- 447/452: gnu: Add texlive-pagesel., guix-commits, 2023/06/09
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib., guix-commits, 2023/06/09
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition.,
guix-commits <=
- 161/452: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/09
- 170/452: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/09
- 183/452: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/09
- 165/452: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/09
- 187/452: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/09
- 192/452: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/09
- 196/452: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/09
- 203/452: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/09
- 201/452: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/09
- 204/452: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/09