me
/
guix
Archived
1
0
Fork 0

gnu: texlive-relsize: Refresh package definition.

* gnu/packages/tex.scm (texlive-relsize): Remove SIMPLE-TEXLIVE-PACKAGE
call.
Nicolas Goaziou 2023-05-15 00:27:32 +02:00
parent c81bf9c1e4
commit dc3b2e5ae3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 9 additions and 7 deletions

View File

@ -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