diff options
author | EuAndreh <eu@euandre.org> | 2021-06-21 23:38:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-21 23:38:26 -0300 |
commit | ddbae13280a1b6d5c215451a18ce113c71546181 (patch) | |
tree | 1f34c366d429d215e0e84eb3210b30372eb6eda8 /aux/guix/manifest.scm | |
parent | TODOs.md: Add #decision-1f7db3d5-002e-515e-f209-0d0917228359 (diff) | |
download | git-permalink-ddbae13280a1b6d5c215451a18ce113c71546181.tar.gz git-permalink-ddbae13280a1b6d5c215451a18ce113c71546181.tar.xz |
aux/guix/manifest.scm: Add glibc for the "locale" command
Diffstat (limited to 'aux/guix/manifest.scm')
-rw-r--r-- | aux/guix/manifest.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index c3cd4a0..78b061e 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -13,4 +13,5 @@ shellcheck pandoc gettext - po4a))) + po4a + glibc))) |