guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

294/435: gnu: texlive-zhspacing: Refresh package definition.


From: guix-commits
Subject: 294/435: gnu: texlive-zhspacing: Refresh package definition.
Date: Tue, 6 Jun 2023 11:40:10 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 1a7e68d624c64d92395bf387aa12598e30c1851a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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 c3120a2186..04843e1d87 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7441,16 +7441,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]