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:
committed by
Florian Klink
parent
f043fe4abb
commit
e22928181e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user