about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-04-02 18:14:01 +0200
committerPeter Simons <simons@cryp.to>2014-04-02 18:14:01 +0200
commit088f103f409ead1fe0872e470ef36e48d988f96f (patch)
tree735da3e28c3d04683c188da9182566cb8d01b3bc /pkgs
parentd8246a41bb744b8ca7d401301be3e0f6e6e9a8f3 (diff)
parente33d79dd547f6f2bd0892bf638be4b6c01197ad2 (diff)
downloadnixlib-088f103f409ead1fe0872e470ef36e48d988f96f.tar
nixlib-088f103f409ead1fe0872e470ef36e48d988f96f.tar.gz
nixlib-088f103f409ead1fe0872e470ef36e48d988f96f.tar.bz2
nixlib-088f103f409ead1fe0872e470ef36e48d988f96f.tar.lz
nixlib-088f103f409ead1fe0872e470ef36e48d988f96f.tar.xz
nixlib-088f103f409ead1fe0872e470ef36e48d988f96f.tar.zst
nixlib-088f103f409ead1fe0872e470ef36e48d988f96f.zip
Merge pull request #2107 from nilcons/mathfunctions
Disable check for haskell/math-functions, it fails on i686
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/math-functions/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/math-functions/default.nix b/pkgs/development/libraries/haskell/math-functions/default.nix
index 7faca58fd855..a7a9d92fb978 100644
--- a/pkgs/development/libraries/haskell/math-functions/default.nix
+++ b/pkgs/development/libraries/haskell/math-functions/default.nix
@@ -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";