gnu: ghc-math-functions: Disable tests.
* gnu/packages/haskell.scm (ghc-math-functions)[arguments]: Set #:tests? to #f. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e01a8fcca4
commit
fc3ef1e28c
1 changed files with 1 additions and 0 deletions
|
@ -7999,6 +7999,7 @@ (define-public ghc-math-functions
|
|||
(base32
|
||||
"1sv5vabsx332v1lpb6v3jv4zrzvpx1n7yprzd8wlcda5vsc5a6zp"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments `(#:tests? #f)) ; FIXME: 1 test fails.
|
||||
(inputs
|
||||
`(("ghc-vector" ,ghc-vector)
|
||||
("ghc-vector-th-unbox" ,ghc-vector-th-unbox)))
|
||||
|
|
Loading…
Reference in a new issue