wl-kbptr: fix build, missing wayland-scanner
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
wayland,
|
wayland,
|
||||||
wayland-protocols,
|
wayland-protocols,
|
||||||
|
wayland-scanner,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "wl-kbptr";
|
pname = "wl-kbptr";
|
||||||
@@ -30,6 +31,7 @@ stdenv.mkDerivation {
|
|||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
|
wayland-scanner
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user