[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
240/416: gnu: texlive-makecmds: Refresh package definition.
From: |
guix-commits |
Subject: |
240/416: gnu: texlive-makecmds: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:55 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 416cabd6a260feca5d0e37abab4fb4a17bf977f8
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 caec68b3b5..5ab8988f1c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6301,19 +6301,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
- 223/416: gnu: texlive-paralist: Fix build., (continued)
- 223/416: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/28
- 220/416: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/28
- 226/416: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/28
- 217/416: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/28
- 249/416: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/05/28
- 237/416: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/28
- 233/416: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/05/28
- 232/416: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/05/28
- 246/416: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/05/28
- 234/416: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/05/28
- 240/416: gnu: texlive-makecmds: Refresh package definition.,
guix-commits <=
- 243/416: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/05/28
- 252/416: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/05/28
- 262/416: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/05/28
- 266/416: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/05/28
- 264/416: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/28
- 263/416: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/05/28
- 278/416: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/28
- 281/416: gnu: Add texlive-hopatch., guix-commits, 2023/05/28
- 303/416: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/05/28
- 289/416: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/28