me
/
guix
Archived
1
0
Fork 0

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.
master
Raghav Gururajan 2021-12-17 13:49:19 -05:00
parent 3399c29b8f
commit fb6c4a0c1d
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 5 additions and 1 deletions

View File

@ -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)