From 1611af1526fac18dd30d70df83229ca6d0d8ec24 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 10 Jul 2018 21:43:24 -0400 Subject: guix: Add glibc and glibc-utf8-locales. This makes it so the locale is always compatible with Haunt. --- guix.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index 9cdbc47..3af7945 100644 --- a/guix.scm +++ b/guix.scm @@ -3,7 +3,9 @@ (gnu packages guile)) (packages->manifest - (list gnu-make + (list glibc + glibc-utf8-locales + gnu-make guile-2.2 guile-syntax-highlight haunt)) -- cgit v1.2.3