mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: gawk: Remove unneeded 'install-locale' phase.
* gnu/packages/gawk.scm (gawk)[arguments]: Remove now unneeded 'install-locale' phase.
This commit is contained in:
parent
85e5721421
commit
18bf40a087
1 changed files with 1 additions and 11 deletions
|
@ -57,17 +57,7 @@ (define-public gawk
|
|||
(string-append "### " match))))
|
||||
'())))
|
||||
|
||||
(alist-cons-before
|
||||
'check 'install-locales
|
||||
(lambda _
|
||||
;; A bunch of tests require the availability of a UTF-8
|
||||
;; locale and otherwise fail. Since UTF-8 locales are not
|
||||
;; available during bootstrap, create one here.
|
||||
(setenv "GUIX_LOCPATH" (getcwd))
|
||||
(zero? (system* "localedef" "--no-archive"
|
||||
"--prefix" (getcwd) "-i" "en_US"
|
||||
"-f" "UTF-8" "./en_US.utf8")))
|
||||
%standard-phases))))
|
||||
%standard-phases)))
|
||||
(inputs `(("libsigsegv" ,libsigsegv)
|
||||
|
||||
,@(if (%current-target-system)
|
||||
|
|
Loading…
Reference in a new issue