guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: gajim: Adapt search path for Python 3.8.


From: guix-commits
Subject: 04/04: gnu: gajim: Adapt search path for Python 3.8.
Date: Sat, 16 May 2020 14:14:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 834c8684a274f72c0bbfab744177c3f0a16d12af
Author: Marius Bakke <address@hidden>
AuthorDate: Sat May 16 19:59:27 2020 +0200

    gnu: gajim: Adapt search path for Python 3.8.
    
    Fixes <https://bugs.gnu.org/41319>.
    Reported by Raghav Gururajan <address@hidden>.
    
    * gnu/packages/messaging.scm (gajim)[native-search-paths]: Update the
    PYTHONPATH variable to search for Python 3.8 packages.
---
 gnu/packages/messaging.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 7e30eea..57ff083 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -704,7 +704,7 @@ else [])"))
                           ;; FIXME: Cannot use this expression as it would
                           ;; introduce a circular dependency at the top level.
                           ;; (version-major+minor (package-version python))
-                          "3.7"
+                          "3.8"
 
                           "/site-packages"))))))
     (native-inputs



reply via email to

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