summaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2023-04-11 23:48:02 -0500
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-04-26 14:56:55 +0200
commitf858704e7c886cfdae78c1bda9745c6b2dffb659 (patch)
treec620c9c81dcf9b751780582d99794d84fa6ae2a9 /gnu/packages/shells.scm
parent9d12ce6fa4556dd35a2f56bbd73e7fee27cc336f (diff)
downloadguix-patches-f858704e7c886cfdae78c1bda9745c6b2dffb659.tar
guix-patches-f858704e7c886cfdae78c1bda9745c6b2dffb659.tar.gz
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>
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r--gnu/packages/shells.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index a2a4b70bce..969f01c492 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -580,6 +580,7 @@ ksh, and tcsh.")
(inputs
(list python-distro
python-ply
+ python-prompt-toolkit
python-pygments
python-pyperclip
python-setproctitle))