diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-16 15:16:04 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:12:05 +0200 |
commit | 8294ab6d28fc4b5aef748e0b984dd94a21cc5c6a (patch) | |
tree | 8fa4c2dcc6b649b0cd1b9ce4fbac6a5bdb89446d | |
parent | 933b845d3a5174e6175014b6431d22ad5841db30 (diff) |
gnu: texlive-zhspacing: Refresh package definition.
* gnu/packages/tex.scm (texlive-zhspacing): Remove SIMPLE-TEXLIVE-PACKAGE
call.
-rw-r--r-- | gnu/packages/tex.scm | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 7bdf4a1674..2fa7300880 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7433,16 +7433,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 |