diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-19 12:56:39 +0200 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-21 00:28:29 +0200 |
| commit | 031892498849b91b80b0eebc2f518ceac5e233d4 (patch) | |
| tree | a8e983544d59cc20d54a50d027d992c76c5c8e7c /gnu | |
| parent | 4cd5e933d0470a1656666112f7067b270b42d56f (diff) | |
gnu: emacs-jedi: Remove development inputs.
* gnu/packages/emacs-xyz.scm (emacs-jedi):
[native-inputs]: Remove python-tox.
Change-Id: Id73daf81ace4a904f72c0fc1064a182e8b3faf53
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 65c4019dc41..92eae83f376 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12912,7 +12912,7 @@ generates it as a string. Please see the homepage for usage examples.") (emacs-substitute-variables "jedi-core.el" ("jedi:server-command" `(list ,(search-input-file outputs "bin/jediepcserver"))))))))) - (native-inputs (list emacs-mocker python-wrapper python-tox)) + (native-inputs (list emacs-mocker python-wrapper)) (inputs (list python-wrapper python-epc python-jedi)) ;wrapped (propagated-inputs (list emacs-auto-complete emacs-python-environment emacs-epc)) |
