about summary refs log tree commit diff
diff options
context:
space:
mode:
-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)