Unverified Commit bc101e42 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

retroarch: add wrapGAppsHook3 (#465127)

parents ed966f73 77d4a8c5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;