gnu: gajim: Adapt search path for Python 3.8.

Fixes <https://bugs.gnu.org/41319>.
Reported by Raghav Gururajan <raghavgururajan@disroot.org>.

* gnu/packages/messaging.scm (gajim)[native-search-paths]: Update the
PYTHONPATH variable to search for Python 3.8 packages.
This commit is contained in:
Marius Bakke 2020-05-16 19:59:27 +02:00
parent cfdd023bed
commit 834c8684a2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -704,7 +704,7 @@ (define-public gajim
;; 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