swayidle: Pre-emptively fix finding wayland-scanner (#338845)

This commit is contained in:
éclairevoyant
2024-09-01 19:12:47 +00:00
committed by GitHub
+1
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 ];