lol

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 copyDesktopItems 31 ]; 32 33 - buildInputs = [ qt6.qtbase ]; 34 35 build-system = with python3.pkgs; [ setuptools ]; 36
··· 30 copyDesktopItems 31 ]; 32 33 + buildInputs = [ 34 + qt6.qtbase 35 + qt6.qtwayland 36 + ]; 37 38 build-system = with python3.pkgs; [ setuptools ]; 39