wmenu: fix cross compilation

This commit is contained in:
Daniel Barter 2024-04-23 09:51:57 -07:00 committed by Bjørn Forsman
parent 76e6d8b1a8
commit 58169fe819
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
, pango
, wayland
, wayland-protocols
, wayland-scanner
, libxkbcommon
, scdoc
}:
@ -34,7 +35,7 @@ stdenv.mkDerivation rec {
})
];
nativeBuildInputs = [ pkg-config meson ninja ];
nativeBuildInputs = [ pkg-config meson ninja wayland-scanner ];
buildInputs = [ cairo pango wayland libxkbcommon wayland-protocols scdoc ];
meta = with lib; {