diff options
-rw-r--r-- | guix.scm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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)) |