retroarch: add wrapGAppsHook3 (#465127)

This commit is contained in:
Thiago Kenji Okada
2025-11-26 09:36:22 +00:00
committed by GitHub
@@ -36,6 +36,7 @@
vulkan-loader,
wayland,
wayland-scanner,
wrapGAppsHook3,
zlib,
# wrapper deps
libretro,
@@ -70,6 +71,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
qt6.wrapQtAppsHook
wrapGAppsHook3
]
++ lib.optional withWayland wayland
++ lib.optional (runtimeLibs != [ ]) makeBinaryWrapper;