mirror of
https://github.com/materusPL/Nixerus.git
synced 2025-06-19 00:36:14 +02:00
polymc: use Qt5 instead Qt6 to fix compilation
This commit is contained in:
parent
a1bf3d068a
commit
0aac6c67a7
@ -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 {};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user