mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 09:02:36 +00:00
speedcrunch: stick to qt 5.7 as 5.8 is broken
This commit is contained in:
parent
5c045afddd
commit
317734f99c
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
platforms = platforms.all;
|
||||
broken = builtins.compareVersions qtbase.version "5.8.0" >= 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue