diff options
author | Muriithi Frederick Muriuki | 2018-07-15 10:32:28 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2018-07-15 10:32:28 +0300 |
commit | 486118be92bfc3953f3caf3645f746fa8d697e8d (patch) | |
tree | 6dc8ebd0a7ce0cd3cad53c0b4a472d71c5d1ac90 /gn | |
parent | f293058e52b022d7fe17c9e56864919ac6e23caa (diff) | |
download | guix-bioinformatics-486118be92bfc3953f3caf3645f746fa8d697e8d.tar.gz |
gn: New dependencies
* gn/packages/edash.scm: (python-wrapper): New dependency
* gn/packages/edash.scm: (python-mako): New dependency
* gn/packages/edash.scm: (python-pytest): Test dependency
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/edash.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index b19042a..8f9a6c8 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -104,15 +104,18 @@ interface to the Amazon Web Services (AWS) API.") (inputs `(("sassc" ,sassc))) (propagated-inputs `(("python" ,python) + ("python-wrapper" ,python-wrapper) ("python-elasticsearch" ,python-elasticsearch) ("python-flask" ,python-flask) ("python-jinja2" ,python-jinja2) + ("python-mako" ,python-mako) ("python-markdown" ,python-markdown) ("python-misaka" ,python-misaka) ("python-pygit2" ,python-pygit2) ("web-bootstrap" ,web-bootstrap) ("sassc" ,sassc) - ("python-boto3" ,python-boto3))) + ("python-boto3" ,python-boto3) + ("python-pytest" ,python-pytest))) (arguments `(#:modules ((guix build utils)) #:builder |