gnu: gajim: Use GUIX_PYTHONPATH in search path.

* gnu/packages/messaging.scm (gajim)[native-search-paths]: Use GUIX_PYTHONPATH
instead of PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-27 20:40:48 -05:00
parent 6867644250
commit cdd5fb526f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1021,7 +1021,7 @@ (define-public gajim
"share/gajim/plugins")))
;; Gajim needs to use the propagated inputs of its plugins.
(search-path-specification
(variable "PYTHONPATH")
(variable "GUIX_PYTHONPATH")
(files
(list
(string-append