cage: add wayland as nativeBuildInputs

Needed on the build machine
This commit is contained in:
Matthew Bauer 2020-02-24 22:07:02 -05:00
parent 8c3160b619
commit 78f9cad387
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
sha256 = "1gkqx26pvlw00b3fgx6sh87yyjfzyj51jwxvbf9k117npkrf4b2g"; sha256 = "1gkqx26pvlw00b3fgx6sh87yyjfzyj51jwxvbf9k117npkrf4b2g";
}; };
nativeBuildInputs = [ meson ninja pkgconfig makeWrapper ]; nativeBuildInputs = [ meson ninja pkgconfig makeWrapper wayland ];
buildInputs = [ buildInputs = [
wlroots wayland wayland-protocols pixman libxkbcommon wlroots wayland wayland-protocols pixman libxkbcommon