[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
240/458: gnu: texlive-makecmds: Refresh package definition.
From: |
guix-commits |
Subject: |
240/458: gnu: texlive-makecmds: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:41 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1a421966e1a96d3ce04ac7989dd1a9604a034721
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:52:00 2023 +0200
gnu: texlive-makecmds: Refresh package definition.
* gnu/packages/tex.scm (texlive-makecmds): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cd7637b651..fc4775b5da 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6293,19 +6293,20 @@ diagrams.")
(define-public texlive-makecmds
(package
- (inherit (simple-texlive-package
- "texlive-makecmds"
- (list "doc/latex/makecmds/README"
- "source/latex/makecmds/makecmds.dtx"
- "source/latex/makecmds/makecmds.ins")
- (base32 "0znx80x6ic7a25v9dw8yjibq7lx65wangcyii18kk5x5z4jljba9")))
+ (name "texlive-makecmds")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/makecmds/" "source/latex/makecmds/"
+ "tex/latex/makecmds/")
+ (base32
+ "05y5n265in7mrbpgjxqg339l8r8dmp6lvl4k528pr3rkb8z94qaf")))
(outputs '("out" "doc"))
- (arguments
- (list
- #:tex-directory "latex/makecmds"))
- (native-inputs (list (texlive-updmap.cfg
- (list texlive-amsfonts
- texlive-cm))))
+ (build-system texlive-build-system)
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-amsfonts
+ texlive-cm))))
(home-page "https://www.ctan.org/pkg/makecmds")
(synopsis "TeX macro to define or redefine a command")
(description "The package provides a @code{\\makecommand} command, which
- 222/458: gnu: texlive-jknappen: Deprecate package., (continued)
- 222/458: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/06/14
- 223/458: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/14
- 224/458: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/14
- 226/458: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/14
- 227/458: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/06/14
- 230/458: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/14
- 233/458: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/14
- 236/458: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/14
- 238/458: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/14
- 239/458: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/06/14
- 240/458: gnu: texlive-makecmds: Refresh package definition.,
guix-commits <=
- 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