me
/
guix
Archived
1
0
Fork 0

ui: Use "guix install" in locale hint.

* guix/ui.scm (install-locale): Change "guix package -i" to "guix install".
master
Ludovic Courtès 2020-10-01 22:32:22 +02:00
parent f43ffee908
commit dc749a0e91
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ part."
lines:
@example
guix package -i glibc-utf8-locales
guix install glibc-utf8-locales
export GUIX_LOCPATH=\"$HOME/.guix-profile/lib/locale\"
@end example