3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-gevent: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-gevent)
[phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-24 09:41:43 -05:00
parent d42a0f10e7
commit 7177bea2f0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -12479,13 +12479,6 @@ graphviz.")
#t)))
(replace 'check
(lambda _
;; Make sure the build directory is on PYTHONPATH.
(setenv "PYTHONPATH"
(string-append
(getenv "PYTHONPATH") ":"
(getcwd) "/build/"
(car (scandir "build" (cut string-prefix? "lib." <>)))))
;; Use the build daemons configured number of workers.
(setenv "NWORKERS" (number->string (parallel-job-count)))