gnu: gajim: Use GUIX_PYTHONPATH in search path.
* gnu/packages/messaging.scm (gajim)[native-search-paths]: Use GUIX_PYTHONPATH instead of PYTHONPATH.master
parent
6867644250
commit
cdd5fb526f
|
@ -1021,7 +1021,7 @@ of xmpppy.")
|
|||
"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
|
||||
|
|
Reference in New Issue