[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: gawk: Remove unneeded 'install-locale' phase.
From: |
Ludovic Courtès |
Subject: |
01/02: gnu: gawk: Remove unneeded 'install-locale' phase. |
Date: |
Tue, 06 Oct 2015 13:19:30 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit 18bf40a087bbb9d671f9fcb9ff6e26b94ba02ffa
Author: Ludovic Courtès <address@hidden>
Date: Tue Oct 6 15:02:27 2015 +0200
gnu: gawk: Remove unneeded 'install-locale' phase.
* gnu/packages/gawk.scm (gawk)[arguments]: Remove now unneeded
'install-locale' phase.
---
gnu/packages/gawk.scm | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 425974f..6bfea34 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -57,17 +57,7 @@
(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)