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

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

bug#38419: closed ([PATCH] gnu: bitlbee: Use Python 3.)


From: GNU bug Tracking System
Subject: bug#38419: closed ([PATCH] gnu: bitlbee: Use Python 3.)
Date: Wed, 04 Dec 2019 17:14:02 +0000

Your message dated Wed, 04 Dec 2019 18:13:45 +0100
with message-id <address@hidden>
and subject line Re: [bug#38419] [PATCH] gnu: bitlbee: Use Python 3.
has caused the debbugs.gnu.org bug report #38419,
regarding [PATCH] gnu: bitlbee: Use Python 3.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38419: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38419
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: bitlbee: Use Python 3. Date: Thu, 28 Nov 2019 19:16:41 +0100
* gnu/packages/messaging.scm (bitlbee)[inputs]: Replace python-2 with python.
[arguments]: Set the PYTHON environment variable before configuring.
---
 gnu/packages/messaging.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2429bad3e5..97b4eb85e1 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -16,6 +16,7 @@
 ;;; Copyright © 2018 Leo Famulari <address@hidden>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <address@hidden>
 ;;; Copyright © 2019 Tanguy Le Carrour <address@hidden>
+;;; Copyright © 2019 Timotej Lazar <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -181,11 +182,13 @@ end-to-end encryption.")
     (inputs `(("glib" ,glib)
               ("libotr" ,libotr)
               ("gnutls" ,gnutls)
-              ("python" ,python-2)
+              ("python" ,python)
               ("perl" ,perl)))
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+         (add-before 'configure 'set-python
+           (lambda _ (setenv "PYTHON" (which "python3")) #t))
          (add-after 'install 'install-etc
            (lambda* (#:key (make-flags '()) #:allow-other-keys)
              (apply invoke "make" "install-etc" make-flags)))
-- 
2.24.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38419] [PATCH] gnu: bitlbee: Use Python 3. Date: Wed, 04 Dec 2019 18:13:45 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

Timotej Lazar <address@hidden> skribis:

> * gnu/packages/messaging.scm (bitlbee)[inputs]: Replace python-2 with python.
> [arguments]: Set the PYTHON environment variable before configuring.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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