about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGergely Risko <errge@nilcons.com>2014-04-02 17:07:44 +0200
committerGergely Risko <errge@nilcons.com>2014-04-02 17:07:44 +0200
commite33d79dd547f6f2bd0892bf638be4b6c01197ad2 (patch)
tree0b4169ac9b176c723b0b87664dc745123f19b8e8 /pkgs
parent80a03f665d14c9dc35ad41300edf562b5a7dda69 (diff)
downloadnixlib-e33d79dd547f6f2bd0892bf638be4b6c01197ad2.tar
nixlib-e33d79dd547f6f2bd0892bf638be4b6c01197ad2.tar.gz
nixlib-e33d79dd547f6f2bd0892bf638be4b6c01197ad2.tar.bz2
nixlib-e33d79dd547f6f2bd0892bf638be4b6c01197ad2.tar.lz
nixlib-e33d79dd547f6f2bd0892bf638be4b6c01197ad2.tar.xz
nixlib-e33d79dd547f6f2bd0892bf638be4b6c01197ad2.tar.zst
nixlib-e33d79dd547f6f2bd0892bf638be4b6c01197ad2.zip
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";