mpv: fix build with wayland support

This commit is contained in:
rnhmjoj 2022-08-27 19:16:55 +02:00
parent 0b3ec7fbc8
commit 5e04a1fd5d
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

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