mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05: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:
parent
9d12ce6fa4
commit
f858704e7c
1 changed files with 1 additions and 0 deletions
|
@ -580,6 +580,7 @@ (define-public xonsh
|
|||
(inputs
|
||||
(list python-distro
|
||||
python-ply
|
||||
python-prompt-toolkit
|
||||
python-pygments
|
||||
python-pyperclip
|
||||
python-setproctitle))
|
||||
|
|
Loading…
Reference in a new issue