retroarch: upgrade from qt5 to qt6 (#438042)

This commit is contained in:
Thiago Kenji Okada
2025-08-31 13:23:01 +01:00
committed by GitHub
+3 -3
View File
@@ -29,7 +29,7 @@
pipewire,
pkg-config,
python3,
qt5,
qt6,
SDL2,
spirv-tools,
udev,
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
qt5.wrapQtAppsHook
qt6.wrapQtAppsHook
]
++ lib.optional withWayland wayland
++ lib.optional (runtimeLibs != [ ]) makeBinaryWrapper;
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
libxml2
mbedtls_2
python3
qt5.qtbase
qt6.qtbase
SDL2
spirv-tools
zlib