[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
314/416: gnu: texlive-lualibs: Refresh package definition.
From: |
guix-commits |
Subject: |
314/416: gnu: texlive-lualibs: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 34378aeeb922d6a99f08d701775d1ce3562b35b0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:04:02 2023 +0200
gnu: texlive-lualibs: Refresh package definition.
* gnu/packages/tex.scm (texlive-lualibs): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 17587ad22a..b5d1120ce2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4546,24 +4546,22 @@ they are not directly related to Unicode mathematics
typesetting.")
(define-public texlive-lualibs
(package
- (inherit
- (simple-texlive-package
- "texlive-lualibs"
- (list "doc/luatex/lualibs/"
- "source/luatex/lualibs/"
- "tex/luatex/lualibs/")
- (base32 "0gf60vj9y75a7dlrmpbyqgsa00s1717r6if3lm5ldm41i9fm8ywz")
- ;; The source dtx file only unpacks three files. This is why we
- ;; install all the files as they are, because there is no clear
- ;; way to generate them all.
- #:trivial? #true))
- (home-page "https://ctan.org/macros/luatex/generic/lualibs")
+ (name "texlive-lualibs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/luatex/lualibs/" "source/luatex/lualibs/"
+ "tex/luatex/lualibs/")
+ (base32
+ "0gf60vj9y75a7dlrmpbyqgsa00s1717r6if3lm5ldm41i9fm8ywz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lualibs")
(synopsis "Additional Lua functions for LuaTeX macro programmers")
(description
"Lualibs is a collection of Lua modules useful for general programming.
-The bundle is based on Lua modules shipped with ConTeXt, and made available in
+The bundle is based on lua modules shipped with ConTeXt, and made available in
this bundle for use independent of ConTeXt.")
- ;; GPL version 2 only
(license license:gpl2)))
(define-deprecated-package texlive-luatex-lualibs texlive-lualibs)
- 321/416: gnu: texlive-fancyvrb: Refresh package definition., (continued)
- 321/416: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/05/28
- 318/416: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/05/28
- 342/416: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28
- 329/416: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/05/28
- 341/416: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/05/28
- 317/416: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/05/28
- 328/416: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/05/28
- 358/416: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/28
- 356/416: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/05/28
- 340/416: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/05/28
- 314/416: gnu: texlive-lualibs: Refresh package definition.,
guix-commits <=
- 323/416: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/05/28
- 338/416: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/05/28
- 346/416: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/28
- 349/416: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/28
- 355/416: gnu: Add texlive-luatex., guix-commits, 2023/05/28
- 364/416: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 362/416: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 368/416: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 374/416: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 375/416: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28