[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62786] [PATCH] gnu: xonsh: Add missing input.
From: |
jgart |
Subject: |
[bug#62786] [PATCH] gnu: xonsh: Add missing input. |
Date: |
Tue, 11 Apr 2023 23:48:02 -0500 |
Xonsh vim emulation mode/environment variable does not work without this.
* gnu/packages/shell.scm (xonsh)[inputs]: Add
python-prompt-toolkit.
---
gnu/packages/shells.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 1ffe4ce5d8..b6f4860a88 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -595,6 +595,7 @@ (define-public xonsh
(inputs
(list python-distro
python-ply
+ python-prompt-toolkit
python-pygments
python-pyperclip
python-setproctitle))
--
2.39.2
- [bug#62786] [PATCH] gnu: xonsh: Add missing input.,
jgart <=