summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-science/packages/electrophysiology.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/guix-science/packages/electrophysiology.scm b/guix-science/packages/electrophysiology.scm
index e27fdf2..35e28a6 100644
--- a/guix-science/packages/electrophysiology.scm
+++ b/guix-science/packages/electrophysiology.scm
@@ -869,7 +869,12 @@ files.")
869 (lambda _ 869 (lambda _
870 (substitute* "pyproject.toml" 870 (substitute* "pyproject.toml"
871 (("addopts.*") 871 (("addopts.*")
872 ""))))))) 872 ""))))
873
874 (add-before 'check 'set-numba-cache-dir
875 (lambda _
876 (setenv "NUMBA_CACHE_DIR"
877 (getcwd)))))))
873 (propagated-inputs (list python-matplotlib python-numpy python-pandas)) 878 (propagated-inputs (list python-matplotlib python-numpy python-pandas))
874 (native-inputs (list python-hatch-vcs python-hatchling python-mne 879 (native-inputs (list python-hatch-vcs python-hatchling python-mne
875 python-pytest)) 880 python-pytest))