me
/
guix
Archived
1
0
Fork 0

gnu: python-libtmux: Do not set PYTHONPATH.

* gnu/packages/tmux.scm (python-libtmux)[phases]{check}: Do not set PYTHONPATH.
master
Maxim Cournoyer 2021-01-22 22:51:34 -05:00
parent df09535fc9
commit a658d38b13
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 4 deletions

View File

@ -167,10 +167,6 @@ windows.")
(modify-phases %standard-phases
(replace 'check
(lambda _
;; Extend PYTHONPATH so the built package will be found.
(setenv "PYTHONPATH"
(string-append (getcwd) "/build/lib:"
(getenv "PYTHONPATH")))
;; Fix <https://github.com/tmux-python/libtmux/issues/265>.
(setenv "LANG" "en_US.utf8")
;; Skip tests that I suspect fail because of a change