GNU bug report logs - #62786
[PATCH] gnu: xonsh: Add missing input.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Wed, 12 Apr 2023 04:49:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62786: closed ([PATCH] gnu: xonsh: Add missing input.)
Date: Wed, 26 Apr 2023 12:59:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 26 Apr 2023 14:57:48 +0200
with message-id <87r0s6x0kz.fsf <at> 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 <at> gnu.org.)


-- 
62786: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62786
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: jgart via Guix-patches via <guix-patches <at> gnu.org>
Cc: jgart <jgart <at> dismail.de>, 62786-done <at> debbugs.gnu.org
Subject: Re: [bug#62786] [PATCH] gnu: xonsh: Add missing input.
Date: Wed, 26 Apr 2023 14:57:48 +0200
Hello,

jgart via Guix-patches via <guix-patches <at> 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


This bug report was last modified 2 years and 27 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.