guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

102/141: gnu: texlive-makecmds: Remove unnecessary input.


From: guix-commits
Subject: 102/141: gnu: texlive-makecmds: Remove unnecessary input.
Date: Wed, 26 Jun 2024 06:34:32 -0400 (EDT)

ngz pushed a commit to branch tex-team
in repository guix.

commit 233a124dbc2501a900c850242f8ff41a41173dd4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 21 23:56:49 2024 +0200

    gnu: texlive-makecmds: Remove unnecessary input.
    
    * gnu/packages/tex.scm (texlive-makecmds)[native-inputs]: Remove
    TEXLIVE-UPDMAP.CFG.
    
    Change-Id: Ia20a37f62d473a663dbc2f9c03b67636c4e12b7d
---
 gnu/packages/tex.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bd50706fb4..927cc19281 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -66900,7 +66900,6 @@ diagrams.")
                 "05y5n265in7mrbpgjxqg339l8r8dmp6lvl4k528pr3rkb8z94qaf"))))
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
-    (native-inputs (list (texlive-updmap.cfg)))
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]