Merge pull request #198015 from NickCao/waybox

waybox: fix cross compilation by adding wayland-scanner
This commit is contained in:
Anderson Torres 2022-10-27 22:25:21 -03:00 committed by GitHub
commit 4c81ed6ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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