me
/
guix
Archived
1
0
Fork 0

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
Ricardo Wurmus 2021-11-21 09:04:16 +01:00
parent 6c9bbf8071
commit e74bcbc64f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

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