emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62786: closed ([PATCH] gnu: xonsh: Add missing input.)


From: GNU bug Tracking System
Subject: bug#62786: closed ([PATCH] gnu: xonsh: Add missing input.)
Date: Wed, 26 Apr 2023 12:59:02 +0000

Your message dated Wed, 26 Apr 2023 14:57:48 +0200
with message-id <87r0s6x0kz.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#62786] [PATCH] gnu: xonsh: Add missing input.
has caused the debbugs.gnu.org bug report #62786,
regarding [PATCH] gnu: xonsh: Add missing input.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62786: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62786
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: xonsh: Add missing input. Date: Tue, 11 Apr 2023 23:48:02 -0500
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62786] [PATCH] gnu: xonsh: Add missing input. Date: Wed, 26 Apr 2023 14:57:48 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]