From fae40327cea346829a76615c03da6d337d51e851 Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Thu, 20 Dec 2018 16:16:02 +0300 Subject: 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. --- gn/packages/edash.scm | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3