diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-21 23:56:49 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:34 +0200 |
commit | d1d0df578950db3cd6c9b3a1da301f40cf64bab4 (patch) | |
tree | 5369001651f6417fd623b8043e9441df044f76ce | |
parent | 087515d1a781fe1bff584447beeea1be7ae16405 (diff) | |
download | guix-d1d0df578950db3cd6c9b3a1da301f40cf64bab4.tar guix-d1d0df578950db3cd6c9b3a1da301f40cf64bab4.tar.gz |
gnu: texlive-makecmds: Remove unnecessary input.
* gnu/packages/tex.scm (texlive-makecmds)[native-inputs]: Remove
TEXLIVE-UPDMAP.CFG.
Change-Id: Ia20a37f62d473a663dbc2f9c03b67636c4e12b7d
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 703a214783..7aada85712 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 |