Skip to content

Commit c30d47a

Browse files
authored
Fixed retroarch wayland support (#351597)
2 parents 23664a7 + 3042d0c commit c30d47a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/applications/emulators/retroarch/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
, udev
3737
, vulkan-loader
3838
, wayland
39+
, wayland-scanner
3940
, wrapQtAppsHook
4041
, zlib
4142
}:
@@ -76,7 +77,7 @@ stdenv.mkDerivation rec {
7677
] ++
7778
lib.optional enableNvidiaCgToolkit nvidia_cg_toolkit ++
7879
lib.optional withVulkan vulkan-loader ++
79-
lib.optional withWayland wayland ++
80+
lib.optionals withWayland [wayland wayland-scanner] ++
8081
lib.optionals stdenv.hostPlatform.isLinux [
8182
alsa-lib
8283
dbus

0 commit comments

Comments
 (0)