kcc: add wayland support (#433395)

authored by

Wolfgang Walther and committed by
GitHub
aa4ecde9 e50f6482

+4 -1
+4 -1
pkgs/by-name/kc/kcc/package.nix
··· 30 30 copyDesktopItems 31 31 ]; 32 32 33 - buildInputs = [ qt6.qtbase ]; 33 + buildInputs = [ 34 + qt6.qtbase 35 + qt6.qtwayland 36 + ]; 34 37 35 38 build-system = with python3.pkgs; [ setuptools ]; 36 39