mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
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:
parent
6867644250
commit
cdd5fb526f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue