We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ecefe commit 3042d0cCopy full SHA for 3042d0c
pkgs/applications/emulators/retroarch/default.nix
@@ -36,6 +36,7 @@
36
, udev
37
, vulkan-loader
38
, wayland
39
+, wayland-scanner
40
, wrapQtAppsHook
41
, zlib
42
}:
@@ -76,7 +77,7 @@ stdenv.mkDerivation rec {
76
77
] ++
78
lib.optional enableNvidiaCgToolkit nvidia_cg_toolkit ++
79
lib.optional withVulkan vulkan-loader ++
- lib.optional withWayland wayland ++
80
+ lib.optionals withWayland [wayland wayland-scanner] ++
81
lib.optionals stdenv.hostPlatform.isLinux [
82
alsa-lib
83
dbus
0 commit comments