me
/
guix
Archived
1
0
Fork 0

gnu: weechat-wee-slack: Use GUIX_PYTHONPATH.

* gnu/packages/messaging.scm (weechat-wee-slack)[arguments]: Use
GUIX_PYTHONPATH.
master
Ricardo Wurmus 2021-11-22 18:00:26 +01:00
parent 968fff5706
commit 7d5c5b3493
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -3205,7 +3205,7 @@ Weechat communicate over the Matrix protocol.")
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")