From 4be0ad66b86e238dd92da191061ffc63bee3d09f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 11 May 2022 06:50:34 +0300 Subject: Remove unnecessary packages for the CLI version --- guix.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/guix.scm b/guix.scm index e347cee..35911ae 100644 --- a/guix.scm +++ b/guix.scm @@ -30,16 +30,14 @@ (lambda* (#:key tests? #:allow-other-keys) (when tests? (invoke "pytest"))))))) - (native-inputs + (inputs (list python-mypy python-pylint python-pytest python-hypothesis)) (propagated-inputs (list python-rq - python-magic - python-flask - python-jsonpickle)) + python-magic)) (synopsis "GeneNetwork Quality Control Application") (description "GeneNetwork qc is a quality control application for the data files that -- cgit v1.2.3