diff options
author | Muriithi Frederick Muriuki | 2019-01-21 08:59:26 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2019-01-21 08:59:26 +0300 |
commit | 4cb594f75e7823645f39897bd8d8dfcaea51f04f (patch) | |
tree | 1012e5831795c48229497d8dda7ca6dd9ea07bae /gn/packages/edash.scm | |
parent | 0ea823c1a46ee72c8042d1587682cdd2e57ed2c1 (diff) | |
download | guix-bioinformatics-4cb594f75e7823645f39897bd8d8dfcaea51f04f.tar.gz |
gn: Add dependency
* gn/packages/edash (python-flask-cors): Add dependency to edash.
Diffstat (limited to 'gn/packages/edash.scm')
-rw-r--r-- | gn/packages/edash.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index 58b9fec..07f80f0 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -511,7 +511,7 @@ with the Specification.") ("python-swagger-ui-bundle" ,python-swagger-ui-bundle) ("python-connexion" ,python-connexion) ("python-schedule" ,python-schedule) - )) + ("python-flask-cors" ,python-flask-cors))) (arguments `(#:modules ((guix build utils)) #:builder |