mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: weechat-wee-slack: Use GUIX_PYTHONPATH.
* gnu/packages/messaging.scm (weechat-wee-slack)[arguments]: Use GUIX_PYTHONPATH.
This commit is contained in:
parent
968fff5706
commit
7d5c5b3493
1 changed files with 1 additions and 1 deletions
|
@ -3205,7 +3205,7 @@ (define-public weechat-wee-slack
|
|||
all
|
||||
(map (lambda (path)
|
||||
(string-append "sys.path.append('" path "')\n"))
|
||||
(string-split (getenv "PYTHONPATH") #\:)))))
|
||||
(string-split (getenv "GUIX_PYTHONPATH") #\:)))))
|
||||
;; Install script.
|
||||
(install-file "wee_slack.py"
|
||||
(string-append (assoc-ref outputs "out")
|
||||
|
|
Loading…
Reference in a new issue