calcmysky: build with qt6

This commit is contained in:
Nick Cao 2022-11-05 00:33:02 +08:00
parent 170ab46380
commit f2870ff9e2
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake wrapQtAppsHook ];
buildInputs = [ glm eigen qtbase ];
cmakeFlags = [ "-DQT_VERSION=6" ];
doCheck = true;
meta = with lib;{

View File

@ -27514,7 +27514,7 @@ with pkgs;
inherit (gnome2) libglade;
};
calcmysky = libsForQt5.callPackage ../applications/science/astronomy/calcmysky { };
calcmysky = qt6Packages.callPackage ../applications/science/astronomy/calcmysky { };
calcurse = callPackage ../applications/misc/calcurse { };