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>master
parent
9d12ce6fa4
commit
f858704e7c
|
@ -580,6 +580,7 @@ ksh, and tcsh.")
|
||||||
(inputs
|
(inputs
|
||||||
(list python-distro
|
(list python-distro
|
||||||
python-ply
|
python-ply
|
||||||
|
python-prompt-toolkit
|
||||||
python-pygments
|
python-pygments
|
||||||
python-pyperclip
|
python-pyperclip
|
||||||
python-setproctitle))
|
python-setproctitle))
|
||||||
|
|
Reference in New Issue