summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-07-10 21:43:24 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-07-10 21:43:24 -0400
commit1611af1526fac18dd30d70df83229ca6d0d8ec24 (patch)
tree3e469cdfa87520207608e391f8b3821db6f46e32 /guix.scm
parent4fcd2bc0b0e2f110aff763fc7253bedde1589d7e (diff)
guix: Add glibc and glibc-utf8-locales.
This makes it so the locale is always compatible with Haunt.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm4
1 files changed, 3 insertions, 1 deletions
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))