hypridle: fix build, missing wayland-scanner

This commit is contained in:
Vladimír Čunát 2024-08-31 11:23:44 +02:00
parent fc288b57b7
commit 70d3f0c4ec
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -5,6 +5,7 @@
, cmake
, wayland
, wayland-protocols
, wayland-scanner
, hyprlang
, sdbus-cpp
, systemd
@ -24,6 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
pkg-config
wayland-scanner
];
buildInputs = [