[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
313/458: gnu: texlive-lua-alt-getopt: Refresh package definition.
From: |
guix-commits |
Subject: |
313/458: gnu: texlive-lua-alt-getopt: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:07 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fda5cba1d7f26a78f3f8d4c56dab205651a7e975
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 91fcb9a36c..0d5b22ee95 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4558,14 +4558,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.")
- 263/458: gnu: texlive-intcalc: Refresh package definition., (continued)
- 263/458: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/06/14
- 264/458: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/06/14
- 259/458: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/06/14
- 271/458: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/14
- 272/458: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/06/14
- 276/458: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/14
- 293/458: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/14
- 284/458: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/14
- 301/458: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/14
- 307/458: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/14
- 313/458: gnu: texlive-lua-alt-getopt: Refresh package definition.,
guix-commits <=
- 311/458: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/14
- 316/458: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/14
- 312/458: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/14
- 317/458: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/14
- 319/458: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/06/14
- 325/458: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/14
- 337/458: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/14
- 339/458: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/14
- 340/458: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/14
- 342/458: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/14