mpv: fix build with wayland support

This commit is contained in:
rnhmjoj
2022-08-29 00:16:14 +02:00
parent 0b3ec7fbc8
commit 5e04a1fd5d
+3 -1
View File
@@ -24,6 +24,7 @@
, waylandSupport ? stdenv.isLinux
, wayland
, wayland-protocols
, wayland-scanner
, libxkbcommon
, x11Support ? stdenv.isLinux
@@ -131,7 +132,8 @@ in stdenv.mkDerivation rec {
python3
wafHook
which
] ++ lib.optionals swiftSupport [ swift ];
] ++ lib.optionals swiftSupport [ swift ]
++ lib.optionals waylandSupport [ wayland-scanner ];
buildInputs = [
ffmpeg