[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
152/409: gnu: texlive-relsize: Refresh package definition.
From: |
guix-commits |
Subject: |
152/409: gnu: texlive-relsize: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:38 -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
- 179/409: gnu: Add texlive-incgraph., (continued)
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20
- 78/409: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/20
- 100/409: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/20
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/20
- 131/409: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/20
- 136/409: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/20
- 138/409: gnu: Add texlive-modes., guix-commits, 2023/05/20
- 144/409: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/20
- 145/409: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/20
- 152/409: gnu: texlive-relsize: Refresh package definition.,
guix-commits <=
- 157/409: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/20
- 160/409: gnu: Add texlive-lipsum., guix-commits, 2023/05/20
- 163/409: gnu: Add texlive-ntheorem., guix-commits, 2023/05/20
- 165/409: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/20
- 168/409: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/20
- 177/409: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/20
- 184/409: gnu: Add texlive-etextools., guix-commits, 2023/05/20
- 182/409: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/20
- 188/409: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/20
- 190/409: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/20