me
/
guix
Archived
1
0
Fork 0

gnu: python-zulip: Do not change PYTHONPATH.

* gnu/packages/messaging.scm (python-zulip)[arguments]: Do not set PYTHONPATH
variable.
master
Ricardo Wurmus 2021-11-22 17:57:33 +01:00
parent cea3c866f5
commit e86f85046f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 1 deletions

View File

@ -3015,7 +3015,6 @@ designed for experienced users.")
(let ((test-zulip "../tools/test-zulip"))
(when tests?
(add-installed-pythonpath inputs outputs)
(setenv "PYTHONPATH" (string-append ".:" (getenv "PYTHONPATH")))
(patch-shebang test-zulip)
(invoke test-zulip))))))))
(propagated-inputs