diff options
author | jgart <jgart@dismail.de> | 2023-04-11 23:48:02 -0500 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-26 14:56:55 +0200 |
commit | f858704e7c886cfdae78c1bda9745c6b2dffb659 (patch) | |
tree | c620c9c81dcf9b751780582d99794d84fa6ae2a9 /gnu/packages/shells.scm | |
parent | 9d12ce6fa4556dd35a2f56bbd73e7fee27cc336f (diff) | |
download | guix-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.scm | 1 |
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)) |