waylock: depend on wayland-scanner

Currently wayland-scanner is defined to be wayland.bin, but we want to
split wayland-scanner into a separate package.
This commit is contained in:
Alyssa Ross
2024-08-11 22:41:56 +03:00
committed by Florian Klink
parent f043fe4abb
commit e22928181e
+3 -1
View File
@@ -8,6 +8,7 @@
pkg-config,
scdoc,
wayland,
wayland-scanner,
wayland-protocols,
zig_0_12,
}:
@@ -30,11 +31,12 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
pkg-config
scdoc
wayland
wayland-scanner
zig_0_12.hook
];
buildInputs = [
wayland
wayland-protocols
libxkbcommon
pam