me
/
guix
Archived
1
0
Fork 0

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
Marius Bakke 2020-05-16 19:59:27 +02:00 committed by Tobias Geerinckx-Rice
parent c14b4ddbf2
commit e2ab906207
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

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