speedcrunch: stick to qt 5.7 as 5.8 is broken

This commit is contained in:
Peter Hoeg 2017-03-24 18:44:45 +08:00
parent 5c045afddd
commit 317734f99c
2 changed files with 2 additions and 2 deletions

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
'';
maintainers = with maintainers; [ gebner ];
platforms = platforms.all;
broken = builtins.compareVersions qtbase.version "5.8.0" >= 0;
};
}

View File

@ -17613,7 +17613,7 @@ with pkgs;
yacas = callPackage ../applications/science/math/yacas { };
speedcrunch = libsForQt5.callPackage ../applications/science/math/speedcrunch { };
speedcrunch = libsForQt57.callPackage ../applications/science/math/speedcrunch { };
### SCIENCE / MISC