wl-kbptr: fix build, missing wayland-scanner

This commit is contained in:
Vladimír Čunát
2024-08-31 11:44:53 +02:00
parent 2703ea9572
commit 9d522cf362

View File

@@ -10,6 +10,7 @@
stdenv,
wayland,
wayland-protocols,
wayland-scanner,
}:
let
pname = "wl-kbptr";
@@ -30,6 +31,7 @@ stdenv.mkDerivation {
meson
ninja
pkg-config
wayland-scanner
];
buildInputs = [