Skip to content

Commit

Permalink
speedcrunch: stick to qt 5.7 as 5.8 is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Mar 24, 2017
1 parent 5c045af commit 317734f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/speedcrunch/default.nix
Expand Up @@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
'';
maintainers = with maintainers; [ gebner ];
platforms = platforms.all;
broken = builtins.compareVersions qtbase.version "5.8.0" >= 0;
};

}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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

Expand Down

0 comments on commit 317734f

Please sign in to comment.