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: jgart <jgart <at> dismail.de>
Subject: bug#62786: closed (Re: [bug#62786] [PATCH] gnu: xonsh: Add
 missing input.)
Date: Wed, 26 Apr 2023 12:59:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62786: [PATCH] gnu: xonsh: Add missing input.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62786 <at> debbugs.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: 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

[Message part 3 (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




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.