aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/edash.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2018-12-20 16:16:02 +0300
committerMuriithi Frederick Muriuki2018-12-20 16:16:02 +0300
commitfae40327cea346829a76615c03da6d337d51e851 (patch)
treec09cb5dff30f2daeb1db779980dc08afc1e62c65 /gn/packages/edash.scm
parentff6429affadf259299f4583a391161f0743788e2 (diff)
downloadguix-bioinformatics-fae40327cea346829a76615c03da6d337d51e851.tar.gz
Add glibc-locales as dependency
* python-click is very specific about the locales, and since it is a dependency, ensure that the glibc-locales package is linked to, to prevent the locales from being removed on `guix gc` or when a user runs `guix package -u` on their main profile.
Diffstat (limited to 'gn/packages/edash.scm')
-rw-r--r--gn/packages/edash.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm
index 79e4b22..f6a3321 100644
--- a/gn/packages/edash.scm
+++ b/gn/packages/edash.scm
@@ -5,6 +5,7 @@
#:use-module (guix build-system trivial)
#:use-module (guix build-system python)
#:use-module (gnu packages web)
+ #:use-module (gnu packages base)
#:use-module (gnu packages python)
#:use-module (gnu packages python-web)
#:use-module (gnu packages python-crypto)
@@ -460,6 +461,7 @@ with the Specification.")
;;(inputs `(("sassc" ,sassc)))
(propagated-inputs
`(("python" ,python)
+ ("glibc-locales" ,glibc-locales)
("gunicorn" ,gunicorn)
("python-wrapper" ,python-wrapper)
("python-elasticsearch" ,python-elasticsearch)