me
/
guix
Archived
1
0
Fork 0

gnu: python-gevent: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-gevent)
[phases]{check}: Do not set PYTHONPATH.
master
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
1 changed files with 0 additions and 7 deletions

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)))