diff options
author | Arun Isaac | 2022-02-18 10:56:37 +0530 |
---|---|---|
committer | Arun Isaac | 2022-02-18 11:43:38 +0530 |
commit | b7efee28321dc9597a62e93f4dda32428859f68a (patch) | |
tree | 50b46a65eef9e2f837e975c0cbf0c8146a690e3d | |
parent | 8e194659092ac585ca07d4c04df2008568cae2ae (diff) | |
download | guix-bioinformatics-b7efee28321dc9597a62e93f4dda32428859f68a.tar.gz |
gn: genenetwork3: Remove implicit inputs.
coreutils and diffutils are implicit inputs of the
python-build-system. They don't have to be included explicitly.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]:
Remove coreutils and diffutils.
-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) |