diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-16 19:59:27 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-16 20:09:53 +0200 |
commit | 834c8684a274f72c0bbfab744177c3f0a16d12af (patch) | |
tree | 169df3201df3551f9d7ca24c3afe8babc7550f93 /gnu | |
parent | cfdd023bed634040ab3256680aebc8e06c134bd1 (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 7e30eeae75..57ff0835d1 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -704,7 +704,7 @@ else [])")) ;; 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 |