diff options
author | Frederick Muriuki Muriithi | 2022-05-11 06:50:34 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-05-11 06:50:34 +0300 |
commit | 4be0ad66b86e238dd92da191061ffc63bee3d09f (patch) | |
tree | a729eb646069a34d5cbb464414bfe46105b2ac27 | |
parent | 0f47b6313e846fc40fb0be4e1e4d377c95170786 (diff) | |
download | gn-uploader-4be0ad66b86e238dd92da191061ffc63bee3d09f.tar.gz |
Remove unnecessary packages for the CLI version
-rw-r--r-- | guix.scm | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |