gnu: python-scanpy: Set PYTHONPATH variable.
This is a follow-up to commit 664721422c
.
* gnu/packages/bioinformatics.scm (python-scanpy)[arguments]: Set PYTHONPATH
variable during the build as GUIX_PYTHONPATH does not have the intended
effect.
master
parent
6c9bbf8071
commit
e74bcbc64f
|
@ -11956,7 +11956,7 @@ implementation differs in these ways:
|
|||
;; packaged yet.
|
||||
(delete-file "scanpy/tests/external/test_scanorama_integrate.py")
|
||||
|
||||
(setenv "GUIX_PYTHONPATH"
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append (getcwd) ":"
|
||||
(assoc-ref inputs "python-anndata:source") ":"
|
||||
(getenv "GUIX_PYTHONPATH")))
|
||||
|
|
Reference in New Issue