kidletime: Add dependency on wayland-protocols

+2 -2
+2 -2
pkgs/development/libraries/kde-frameworks/kidletime.nix
··· 2 2 mkDerivation, 3 3 extra-cmake-modules, 4 4 qtbase, qtx11extras, 5 - wayland, plasma-wayland-protocols 5 + wayland, wayland-protocols, plasma-wayland-protocols 6 6 }: 7 7 8 8 mkDerivation { 9 9 pname = "kidletime"; 10 10 nativeBuildInputs = [ extra-cmake-modules ]; 11 - buildInputs = [ qtx11extras wayland plasma-wayland-protocols ]; 11 + buildInputs = [ qtx11extras wayland wayland-protocols plasma-wayland-protocols ]; 12 12 propagatedBuildInputs = [ qtbase ]; 13 13 }