retroarch: add wrapGAppsHook3

This commit is contained in:
theunpleasantowl
2025-11-25 21:42:56 -05:00
parent c3c6b9fcca
commit 77d4a8c5be
@@ -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;