guix-commits
[Top][All Lists]
Advanced

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

27/28: gnu: ghc-yaml: Disable tests.


From: guix-commits
Subject: 27/28: gnu: ghc-yaml: Disable tests.
Date: Wed, 7 Aug 2019 23:28:34 -0400 (EDT)

samplet pushed a commit to branch master
in repository guix.

commit dbfaac113a7530e04cb5058bee1e308e1d178daf
Author: Robert Vollmert <address@hidden>
Date:   Fri Jul 26 00:07:58 2019 +0200

    gnu: ghc-yaml: Disable tests.
    
    * gnu/packages/haskell.scm (ghc-yaml)[arguments]: Disable tests.
---
 gnu/packages/haskell.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f6ced26..dac8e46 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6210,6 +6210,9 @@ back-ends.")
                (base32
                 "0cbsyh4ilvjzq1q7pxls43k6pdqxg1l85xzibcwpbvmlvrizh86w"))))
     (build-system haskell-build-system)
+    ;; The tests are broken on i686.  They are fixed in 0.10.3.0.
+    ;; See https://github.com/snoyberg/yaml/issues/158
+    (arguments `(#:tests? #f))
     (inputs
      `(("ghc-conduit" ,ghc-conduit)
        ("ghc-resourcet" ,ghc-resourcet)



reply via email to

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