[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
313/435: gnu: texlive-lua-alt-getopt: Refresh package definition.
From: |
guix-commits |
Subject: |
313/435: gnu: texlive-lua-alt-getopt: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7b08370347c5e5039f9cee2c92dd1db49f45aecc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:02:48 2023 +0200
gnu: texlive-lua-alt-getopt: Refresh package definition.
* gnu/packages/tex.scm (texlive-lua-alt-getopt): 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 320b6fc3a6..cf31e9f253 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4566,14 +4566,18 @@ this bundle for use independent of ConTeXt.")
(define-public texlive-lua-alt-getopt
(package
- (inherit
- (simple-texlive-package
- "texlive-lua-alt-getopt"
- (list "doc/support/lua-alt-getopt/" "scripts/lua-alt-getopt/")
- (base32 "0cizxzn33n3pn98xkqnxb8s6vdwkar3xrwhraqrs05pjfdn9d4wz")
- #:trivial? #t))
- (home-page "https://ctan.org/support/lualibs/lua-alt-getopt")
- (synopsis "Process application arguments the same way as getopt_long")
+ (name "texlive-lua-alt-getopt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/lua-alt-getopt/"
+ "scripts/lua-alt-getopt/")
+ (base32
+ "0cizxzn33n3pn98xkqnxb8s6vdwkar3xrwhraqrs05pjfdn9d4wz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lua-alt-getopt")
+ (synopsis "Process application arguments as @code{getopt_long}")
(description
"This package provides a Lua module for processing application arguments
in the same way as BSD/GNU @code{getopt_long(3)} functions do.")
- 253/435: gnu: texlive-acronym: Refresh package definition., (continued)
- 253/435: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/06/06
- 256/435: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/06
- 257/435: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/06/06
- 258/435: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/06
- 273/435: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/06/06
- 284/435: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/06
- 295/435: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/06/06
- 306/435: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/06
- 307/435: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/06
- 308/435: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/06
- 313/435: gnu: texlive-lua-alt-getopt: Refresh package definition.,
guix-commits <=
- 311/435: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/06
- 317/435: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/06
- 318/435: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/06
- 333/435: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/06
- 336/435: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/06/06
- 338/435: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/06
- 340/435: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/06
- 341/435: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/06
- 348/435: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/06
- 369/435: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06