Merge pull request #2107 from nilcons/mathfunctions
Disable check for haskell/math-functions, it fails on i686
This commit is contained in:
commit
088f103f40
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue