guix-commits
[Top][All Lists]
Advanced

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

273/458: gnu: texlive-unicode-data: Refresh package definition.


From: guix-commits
Subject: 273/458: gnu: texlive-unicode-data: Refresh package definition.
Date: Wed, 14 Jun 2023 05:22:56 -0400 (EDT)

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

commit 49c1dadcb6f6fe3f632bd365649cb22df543d7bc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:09:27 2023 +0200

    gnu: texlive-unicode-data: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-unicode-data): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f0ce4b8972..fcd2997816 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -756,14 +756,18 @@ affected).")
 
 (define-public texlive-unicode-data
   (package
-    (inherit (simple-texlive-package
-              "texlive-unicode-data"
-              (list "/tex/generic/unicode-data/"
-                    "/doc/generic/unicode-data/")
-              (base32
-               "1d41zvjsig7sqf2j2m89dnbv3gicpb16r04b4ikps4gabhbky83k")
-              #:trivial? #t))
-    (home-page "https://www.ctan.org/pkg/unicode-data";)
+    (name "texlive-unicode-data")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/unicode-data/"
+                   "tex/generic/unicode-data/")
+             (base32
+              "1d41zvjsig7sqf2j2m89dnbv3gicpb16r04b4ikps4gabhbky83k")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (arguments (list #:texlive-latex-base #f))
+    (home-page "https://ctan.org/pkg/unicode-data";)
     (synopsis "Unicode data and loaders for TeX")
     (description "This bundle provides generic access to Unicode Consortium
 data for TeX use.  It contains a set of text files provided by the Unicode



reply via email to

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