diff options
author | Muriithi Frederick Muriuki | 2019-01-18 12:03:22 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2019-01-18 12:03:22 +0300 |
commit | b9413593393f4cf904f9a4ae97aeb08989257303 (patch) | |
tree | 0c639ae0ca30a0e55f1322b6041ec68caf6201a7 | |
parent | 0e138a173992daae0697699d4e2b68cf17104091 (diff) | |
download | guix-bioinformatics-b9413593393f4cf904f9a4ae97aeb08989257303.tar.gz |
gn: Add python-schedule as dependency
* gn/packages/edash.scm (python-schedule): New dependency.
-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 f6a3321..4d3f557 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -485,6 +485,7 @@ with the Specification.") ;; ("python-ipython" ,python-ipython) ("python-swagger-ui-bundle" ,python-swagger-ui-bundle) ("python-connexion" ,python-connexion) + ("python-schedule" ,python-schedule) )) (arguments `(#:modules ((guix build utils)) |