calcmysky: build with qt6
This commit is contained in:
parent
170ab46380
commit
f2870ff9e2
2 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ cmake wrapQtAppsHook ];
|
||||
buildInputs = [ glm eigen qtbase ];
|
||||
|
||||
cmakeFlags = [ "-DQT_VERSION=6" ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib;{
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue