me
/
guix
Archived
1
0
Fork 0

gnu: ghc-c2hs: Enable tests.

* gnu/packages/haskell-xyz.scm (ghc-c2hs)[arguments]: Enable tests.
master
Efraim Flashner 2020-08-05 18:14:13 +03:00
parent a723d36d01
commit bfebc59829
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 5 deletions

View File

@ -1380,11 +1380,7 @@ streaming compression and decompression.")
("ghc-hunit" ,ghc-hunit)
("ghc-shelly" ,ghc-shelly)))
(arguments
`(;; XXX: Test failures are induced by a parse error in <bits/floatn.h>
;; of glibc 2.28.
#:tests? #f
#:phases
`(#:phases
(modify-phases %standard-phases
(add-before 'check 'set-cc
;; add a cc executable in the path, needed for some tests to pass