ngz pushed a commit to branch tex-team-next
in repository guix.
commit 29dc6c43d7936a1426b5c7b0ac9b5ec41eb08c67
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue May 16 15:16:04 2023 +0200
gnu: texlive-zhspacing: Refresh package definition.
* gnu/packages/tex.scm (texlive-zhspacing): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9b1cbd257f..7bef977c3a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7467,16 +7467,19 @@ Adobe's basic set.")
(define-public texlive-zhspacing
(package
- (inherit
- (simple-texlive-package "texlive-zhspacing"
- (list "doc/generic/zhspacing/"
- "tex/context/third/zhspacing/"
- "tex/generic/zhspacing/"
- "tex/xelatex/zhspacing/")
- (base32
-
"02hwa7yjwb6wxkkib83mjdbara5zcsixbp5xlawri8n9ah54vxjm")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/xetex/generic/zhspacing")
+ (name "texlive-zhspacing")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/zhspacing/"
+ "tex/context/third/zhspacing/"
+ "tex/generic/zhspacing/"
+ "tex/xelatex/zhspacing/")
+ (base32
+ "02hwa7yjwb6wxkkib83mjdbara5zcsixbp5xlawri8n9ah54vxjm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zhspacing")
(synopsis "Spacing for mixed CJK-English documents in XeTeX")
(description
"The package manages spacing in a CJK document; between consecutive
Chinese