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.master
parent
c14b4ddbf2
commit
e2ab906207
|
@ -704,7 +704,7 @@ else [])"))
|
||||||
;; FIXME: Cannot use this expression as it would
|
;; FIXME: Cannot use this expression as it would
|
||||||
;; introduce a circular dependency at the top level.
|
;; introduce a circular dependency at the top level.
|
||||||
;; (version-major+minor (package-version python))
|
;; (version-major+minor (package-version python))
|
||||||
"3.7"
|
"3.8"
|
||||||
|
|
||||||
"/site-packages"))))))
|
"/site-packages"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue