9 stdenv.mkDerivation (finalAttrs: {
10 pname = "plasma-panel-colorizer";
13 src = fetchFromGitHub {
14 owner = "luisbocanegra";
15 repo = "plasma-panel-colorizer";
16 rev = "refs/tags/v${finalAttrs.version}";
17 hash = "sha256-+JweNB+zjbXh6Htyvu2vgogAr5Fl5wDPCpm6GV18NJ0=";
22 kdePackages.extra-cmake-modules
23 kdePackages.plasma-desktop
26 dontWrapQtApps = true;
29 description = "Fully-featured widget to bring Latte-Dock and WM status bar customization features to the default KDE Plasma panel";
30 homepage = "https://github.com/luisbocanegra/plasma-panel-colorizer";
31 changelog = "https://github.com/luisbocanegra/plasma-panel-colorizer/blob/main/CHANGELOG.md";
32 license = lib.licenses.gpl3Only;
33 maintainers = with lib.maintainers; [ HeitorAugustoLN ];
34 inherit (kdePackages.kwindowsystem.meta) platforms;