1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: xonsh: Add missing input.

Xonsh vim emulation mode/environment variable does not work without this.

* gnu/packages/shell.scm (xonsh)[inputs]: Add PYTHON-PROMPT-TOOLKIT.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
jgart
2023-04-11 23:48:02 -05:00
committed by Nicolas Goaziou
parent 9d12ce6fa4
commit f858704e7c

View File

@@ -580,6 +580,7 @@ ksh, and tcsh.")
(inputs
(list python-distro
python-ply
python-prompt-toolkit
python-pygments
python-pyperclip
python-setproctitle))