about summary refs log tree commit diff
path: root/pkgs/applications/science/math/speedcrunch
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-03-24 18:44:45 +0800
committerPeter Hoeg <peter@hoeg.com>2017-03-25 00:39:30 +0800
commit317734f99cc095c0158e071ccb3052fa91407723 (patch)
tree7728a7e6f4a8ddf1b4ad36cbe7f7b349c3327f3b /pkgs/applications/science/math/speedcrunch
parent5c045afdddb8e4511e54b6195cbd60caffda6a66 (diff)
downloadnixlib-317734f99cc095c0158e071ccb3052fa91407723.tar
nixlib-317734f99cc095c0158e071ccb3052fa91407723.tar.gz
nixlib-317734f99cc095c0158e071ccb3052fa91407723.tar.bz2
nixlib-317734f99cc095c0158e071ccb3052fa91407723.tar.lz
nixlib-317734f99cc095c0158e071ccb3052fa91407723.tar.xz
nixlib-317734f99cc095c0158e071ccb3052fa91407723.tar.zst
nixlib-317734f99cc095c0158e071ccb3052fa91407723.zip
speedcrunch: stick to qt 5.7 as 5.8 is broken
Diffstat (limited to 'pkgs/applications/science/math/speedcrunch')
-rw-r--r--pkgs/applications/science/math/speedcrunch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/speedcrunch/default.nix b/pkgs/applications/science/math/speedcrunch/default.nix
index 334423660a03..33de9cd0d975 100644
--- a/pkgs/applications/science/math/speedcrunch/default.nix
+++ b/pkgs/applications/science/math/speedcrunch/default.nix
@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
     '';
     maintainers = with maintainers; [ gebner ];
     platforms = platforms.all;
+    broken = builtins.compareVersions qtbase.version "5.8.0" >= 0;
   };
-
 }