diff options
author | Frederick Muriuki Muriithi | 2024-06-13 09:09:47 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-06-13 09:09:47 -0500 |
commit | 9f5097a76eb87abb16006c0d9e6080c2231fdb3d (patch) | |
tree | beeb77a2ae27e7cc08a3f83d37eeb002bf3971d9 /gn/packages | |
parent | e09f102357ffe615d1043167c9e2bed3e2b6b418 (diff) | |
download | guix-bioinformatics-9f5097a76eb87abb16006c0d9e6080c2231fdb3d.tar.gz |
gn-uploader: javascript-bootstrap: New dependency
Bundle javascript-bootstrap with gn-uploader for styling.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 5801cb5..39bad71 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -454,7 +454,8 @@ python-flask python-pyyaml python-jsonpickle - python-mysqlclient)) + python-mysqlclient + javascript-bootstrap)) (synopsis "GeneNetwork Quality Control Application") (description "gn-uploader is a service allowing upload of new data into GeneNetwork, |