me
/
guix
Archived
1
0
Fork 0

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
jgart 2023-04-11 23:48:02 -05:00 committed by Nicolas Goaziou
parent 9d12ce6fa4
commit f858704e7c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 0 deletions

View File

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