swayidle: Pre-emptively fix finding wayland-scanner

Once a new swayidle version is released this will be needed b3f4f9c921

The pc file for `wayland-scanner` was split from `wayland` which causes
the need to `buildBuild` `pkg-config` (in the future) 921bd99.
This commit is contained in:
Artturin 2024-09-01 19:20:33 +03:00
parent 0a17c07274
commit e733c0f77d

View File

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
};
strictDeps = true;
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ meson ninja pkg-config scdoc wayland-scanner ];
buildInputs = [ wayland wayland-protocols ]
++ lib.optionals systemdSupport [ systemd ];