unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62786] [PATCH] gnu: xonsh: Add missing input.
@ 2023-04-12  4:48 jgart via Guix-patches via
  2023-04-13 20:35 ` jgart via Guix-patches via
  2023-04-26 12:57 ` Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2023-04-12  4:48 UTC (permalink / raw)
  To: 62786; +Cc: jgart

Xonsh vim emulation mode/environment variable does not work without this.

* gnu/packages/shell.scm (xonsh)[inputs]: Add
python-prompt-toolkit.
---
 gnu/packages/shells.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 1ffe4ce5d8..b6f4860a88 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -595,6 +595,7 @@ (define-public xonsh
     (inputs
      (list python-distro
            python-ply
+           python-prompt-toolkit
            python-pygments
            python-pyperclip
            python-setproctitle))
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#62786] [PATCH] gnu: xonsh: Add missing input.
  2023-04-12  4:48 [bug#62786] [PATCH] gnu: xonsh: Add missing input jgart via Guix-patches via
@ 2023-04-13 20:35 ` jgart via Guix-patches via
  2023-04-26 12:57 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2023-04-13 20:35 UTC (permalink / raw)
  To: 62786; +Cc: Christopher Baines

Hi Christopher,

If you find the time could you review this one liner?

It adds python-prompt-toolkit to xonsh.

Without this xonsh can't emulate vi mode :(

It would be much appreciated!

all best,

jgart




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#62786] [PATCH] gnu: xonsh: Add missing input.
  2023-04-12  4:48 [bug#62786] [PATCH] gnu: xonsh: Add missing input jgart via Guix-patches via
  2023-04-13 20:35 ` jgart via Guix-patches via
@ 2023-04-26 12:57 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2023-04-26 12:57 UTC (permalink / raw)
  To: 62786; +Cc: jgart, 62786-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> Xonsh vim emulation mode/environment variable does not work without this.
>
> * gnu/packages/shell.scm (xonsh)[inputs]: Add
> python-prompt-toolkit.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-26 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-12  4:48 [bug#62786] [PATCH] gnu: xonsh: Add missing input jgart via Guix-patches via
2023-04-13 20:35 ` jgart via Guix-patches via
2023-04-26 12:57 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).