guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gajim: Correct python version and skip sanit


From: guix-commits
Subject: branch master updated: gnu: gajim: Correct python version and skip sanity-check.
Date: Fri, 17 Dec 2021 13:57:34 -0500

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fb6c4a0  gnu: gajim: Correct python version and skip sanity-check.
fb6c4a0 is described below

commit fb6c4a0c1dac475fbfa25a7f218d34088db7a0b3
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Dec 17 13:49:19 2021 -0500

    gnu: gajim: Correct python version and skip sanity-check.
    
    * gnu/packages/messaging.scm (gajim)[phases](sanity-check): Remove phase.
    [native-search-paths](GUIX_PYTHONPATH): Adjust version.
---
 gnu/packages/messaging.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 9287845..3756b02 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1190,6 +1190,10 @@ of xmpppy.")
              ;; For missing '/etc/machine-id'.
              (setenv "DBUS_FATAL_WARNINGS" "0")
              (invoke "dbus-launch" "python" "./setup.py" "test")))
+         ;; Loading gajim_remote require running session bus,
+         ;; which in-turn requires running elogind for XDG_RUNTIME_DIR;
+         ;; neither of which are possible inside build environment.
+         (delete 'sanity-check)
          (add-after 'install 'glib-or-gtk-compile-schemas
            (assoc-ref glib-or-gtk:%standard-phases 
'glib-or-gtk-compile-schemas))
          (add-after 'install 'glib-or-gtk-wrap
@@ -1224,7 +1228,7 @@ of xmpppy.")
           ;; FIXME: Cannot use this expression as it would
           ;; introduce a circular dependency at the top level.
           ;; (version-major+minor (package-version python))
-          "3.8"
+          "3.9"
           "/site-packages"))))))
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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