diff options
| -rw-r--r-- | gnu/installer.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/installer.scm b/gnu/installer.scm index c582a46c141..f401b242f82 100644 --- a/gnu/installer.scm +++ b/gnu/installer.scm | |||
| @@ -308,7 +308,8 @@ selected keymap." | |||
| 308 | ;; translated. | 308 | ;; translated. |
| 309 | #~(begin | 309 | #~(begin |
| 310 | (bindtextdomain "guix" (string-append #$guix "/share/locale")) | 310 | (bindtextdomain "guix" (string-append #$guix "/share/locale")) |
| 311 | (textdomain "guix"))) | 311 | (textdomain "guix") |
| 312 | (setlocale LC_ALL ""))) | ||
| 312 | 313 | ||
| 313 | (define set-installer-path | 314 | (define set-installer-path |
| 314 | ;; Add the specified binary to PATH for later use by the installer. | 315 | ;; Add the specified binary to PATH for later use by the installer. |
