mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue