mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05: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:
parent
d42a0f10e7
commit
7177bea2f0
1 changed files with 0 additions and 7 deletions
|
@ -12479,13 +12479,6 @@ (define-public python-gevent
|
|||
#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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue