diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-21 23:56:49 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-06-27 10:12:59 +0100 |
commit | 6c2ec3e7fcfd97db3c8099c3cec6af2c9c5f06ed (patch) | |
tree | 122b180411ce6eb66990a49d211e7745afad4f4a | |
parent | b9b60226b1e253920f39bb4d5884fbe35ea8f6b0 (diff) |
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 |