diff options
author | Muriithi Frederick Muriuki | 2018-11-28 08:49:26 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2018-11-28 08:49:26 +0300 |
commit | c1f2ddf52bb6372ae86fee65adfb8302dea3be13 (patch) | |
tree | 1db479cb3dad3df51e0d75c8fdf185fb8deca2a9 /gn/packages/edash.scm | |
parent | c00702ab658aa67cd47949bd5815fccc9069b675 (diff) | |
download | guix-bioinformatics-c1f2ddf52bb6372ae86fee65adfb8302dea3be13.tar.gz |
Add missing package
* Add python-ipython to the list of propagated packages.
Diffstat (limited to 'gn/packages/edash.scm')
-rw-r--r-- | gn/packages/edash.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index 12b828a..7d5fc63 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -171,6 +171,7 @@ interface to the Amazon Web Services (AWS) API.") ("python-flask-mail" ,python-flask-mail) ("python-flask-wtf" ,python-flask-wtf) ("sqlite" ,sqlite) + ("python-ipython" ,python-ipython) )) (arguments `(#:modules ((guix build utils)) |