guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ghc: Remove installation of locale.


From: Federico Beffa
Subject: 01/01: gnu: ghc: Remove installation of locale.
Date: Sun, 08 Mar 2015 08:14:33 +0000

beffa pushed a commit to branch master
in repository guix.

commit ebaa68c019846999fd026deb41899d4758ab006a
Author: Federico Beffa <address@hidden>
Date:   Sun Mar 8 09:10:44 2015 +0100

    gnu: ghc: Remove installation of locale.
    
    * gnu/packages/haskell.scm (ghc): Remove installation of locale from
      'unpack-and-fix-testsuite phase.
---
 gnu/packages/haskell.scm |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 04c69a8..183d0eb 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -140,13 +140,6 @@
               (copy-file (assoc-ref inputs "ghc-testsuite")
                          "ghc-testsuite.tar.xz")
               (system* "tar" "xvf" "ghc-testsuite.tar.xz"))
-            ;; We need to install an UTF-8 locale for the tests to produce 
results
-            ;; identical to the expected ones.
-            (system* "localedef" "--no-archive"
-                     "--prefix" (getcwd) "-i" "en_US"
-                     "-f" "UTF-8" "./en_US.UTF-8")
-            (setenv "LOCPATH" (getcwd))
-            (setenv "LC_ALL" "en_US.UTF-8")
             (substitute*
                 (list "testsuite/timeout/Makefile"
                       "testsuite/timeout/timeout.py"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]