waybox: fix cross compilation by adding wayland-scanner

This commit is contained in:
Nick Cao 2022-10-18 11:29:49 +08:00
parent 263575432d
commit c3e23153b5
No known key found for this signature in database

View File

@ -6,6 +6,7 @@
, ninja , ninja
, libxkbcommon , libxkbcommon
, wayland , wayland
, wayland-scanner
, wayland-protocols , wayland-protocols
, wlroots , wlroots
, pixman , pixman
@ -25,7 +26,13 @@ stdenv.mkDerivation rec {
hash = "sha256-G32cGmOwmnuVlj1hCq9NRti6plJbkAktfzM4aYzQ+k8="; hash = "sha256-G32cGmOwmnuVlj1hCq9NRti6plJbkAktfzM4aYzQ+k8=";
}; };
nativeBuildInputs = [ pkg-config meson ninja ]; nativeBuildInputs = [
pkg-config
meson
ninja
wayland-scanner
];
buildInputs = [ buildInputs = [
libxkbcommon libxkbcommon
wayland wayland