~ruther/guix-local

ebaa68c019846999fd026deb41899d4758ab006a — Federico Beffa 11 years ago ee2a7f0
gnu: ghc: Remove installation of locale.

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

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +0 -7
@@ 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"