mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Disable check for haskell/math-functions, it fails on i686
This commit is contained in:
parent
80a03f665d
commit
e33d79dd54
@ -12,6 +12,8 @@ cabal.mkDerivation (self: {
|
||||
HUnit ieee754 QuickCheck testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2 vector
|
||||
];
|
||||
# fails on i686 at version 0.1.5.2
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/math-functions";
|
||||
description = "Special functions and Chebyshev polynomials";
|
||||
|
Loading…
Reference in New Issue
Block a user