Unverified Commit 4c81ed6e authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #198015 from NickCao/waybox

waybox: fix cross compilation by adding wayland-scanner
parents 45cedb1c c3e23153
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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