polymc: use Qt5 instead Qt6 to fix compilation

This commit is contained in:
Mateusz Słodkowicz 2023-10-17 17:45:37 +02:00
parent a1bf3d068a
commit 0aac6c67a7
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ rec {
obs-amf = pkgs.qt6Packages.callPackage ./apps/obs { ffmpeg = ffmpeg6-amf-full; inherit libcef;};
polymc = pkgs.qt6Packages.callPackage ./apps/games/polymc {};
polymc = pkgs.libsForQt5.callPackage ./apps/games/polymc {};
vpk_fuse = callPackage ./apps/vpk_fuse.nix {};