lol

pinentry-qt: fix caps lock warning

This fixes the following warning on plasma6:
> CapsLockWatcher was compiled without support for unix
> Checking for Caps Lock not possible on unsupported platform: "wayland"

+2
+2
pkgs/tools/security/pinentry/default.nix
··· 6 6 pkg-config, 7 7 autoreconfHook, 8 8 wrapGAppsHook3, 9 + kdePackages, 9 10 libgpg-error, 10 11 libassuan, 11 12 libsForQt5, ··· 49 50 buildInputs = [ 50 51 qt6.qtbase 51 52 qt6.qtwayland 53 + kdePackages.kguiaddons 52 54 ]; 53 55 nativeBuildInputs = [ qt6.wrapQtAppsHook ]; 54 56 };