From b7efee28321dc9597a62e93f4dda32428859f68a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 18 Feb 2022 10:56:37 +0530 Subject: 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. --- gn/packages/genenetwork.scm | 4 +--- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3