mbakke pushed a commit to branch master
in repository guix.

commit 834c8684a274f72c0bbfab744177c3f0a16d12af
Author: Marius Bakke <[email protected]>
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 <[email protected]>.
    
    * 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