summary refs log tree commit diff
path: root/pkgs/applications/science/math/bcal
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-03-07 22:11:52 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-03-08 17:21:17 -0600
commit54e2c28b09d962860a92b5fd688c6394fb44483b (patch)
treea24f1e647eca100338c07bb6dabb52aa04049faf /pkgs/applications/science/math/bcal
parent4ff4ef51b77ef06ca8a9a00ee28bcd6447033680 (diff)
darwin: disable broken packages
Diffstat (limited to 'pkgs/applications/science/math/bcal')
-rw-r--r--pkgs/applications/science/math/bcal/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/bcal/default.nix b/pkgs/applications/science/math/bcal/default.nix
index baede83f65144..9a0a084a1f02a 100644
--- a/pkgs/applications/science/math/bcal/default.nix
+++ b/pkgs/applications/science/math/bcal/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ python3Packages.pytest ];
 
-  doCheck = true;
+  doCheck = !stdenv.isDarwin;
   checkPhase = ''
     python3 -m pytest test.py
   '';