diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 4a8170a..0a4ff68 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -135,11 +135,9 @@ python-mypy-extensions python-pylint python-pytest)) - (propagated-inputs `(("coreutils" ,coreutils) - ("gemma-wrapper" ,gemma-wrapper) + (propagated-inputs `(("gemma-wrapper" ,gemma-wrapper) ("python" ,python-wrapper) ("csvdiff" ,csvdiff) - ("diffutils" ,diffutils) ("python-bcrypt" ,python-bcrypt) ("python-flask" ,python-flask) ("python-flask-cors" ,python-flask-cors) |