mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
cfdd023bed
commit
834c8684a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue