mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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.
This commit is contained in:
parent
6c9bbf8071
commit
e74bcbc64f
1 changed files with 1 additions and 1 deletions
|
@ -11956,7 +11956,7 @@ (define-public python-scanpy
|
||||||
;; packaged yet.
|
;; packaged yet.
|
||||||
(delete-file "scanpy/tests/external/test_scanorama_integrate.py")
|
(delete-file "scanpy/tests/external/test_scanorama_integrate.py")
|
||||||
|
|
||||||
(setenv "GUIX_PYTHONPATH"
|
(setenv "PYTHONPATH"
|
||||||
(string-append (getcwd) ":"
|
(string-append (getcwd) ":"
|
||||||
(assoc-ref inputs "python-anndata:source") ":"
|
(assoc-ref inputs "python-anndata:source") ":"
|
||||||
(getenv "GUIX_PYTHONPATH")))
|
(getenv "GUIX_PYTHONPATH")))
|
||||||
|
|
Loading…
Reference in a new issue