From 25cb9ad70155a08c088ff28bf54c06e12293105b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 3 Jan 2024 14:56:04 +0300 Subject: gnqc-py: Fix syntax error. --- gn/packages/genenetwork.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 1ad63c0..4e3dc21 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -368,17 +368,17 @@ (when tests? (invoke "pytest" "-k" "unit_test"))))))) (native-inputs - `(("python-mypy" ,python-mypy - "python-pylint" ,python-pylint - "python-pytest" ,python-pytest - "python-hypothesis" ,python-hypothesis))) + `(("python-mypy" ,python-mypy) + ("python-pylint" ,python-pylint) + ("python-pytest" ,python-pytest) + ("python-hypothesis" ,python-hypothesis))) (propagated-inputs - `(("gunicorn" ,gunicorn - "python-redis" ,python-redis - "python-flask" ,python-flask - "python-pyyaml" ,python-pyyaml - "python-jsonpickle" ,python-jsonpickle - "python-mysqlclient" ,python-mysqlclient))) + `(("gunicorn" ,gunicorn) + ("python-redis" ,python-redis) + ("python-flask" ,python-flask) + ("python-pyyaml" ,python-pyyaml) + ("python-jsonpickle" ,python-jsonpickle) + ("python-mysqlclient" ,python-mysqlclient))) (synopsis "GeneNetwork Quality Control Application") (description "GeneNetwork qc is a quality control application for the data files that -- cgit v1.2.3