2 stdenv, lib, cmake, extra-cmake-modules, fetchFromGitHub, qtbase, kdeFrameworks
5 stdenv.mkDerivation rec {
6 pname = "plasma-theme-switcher";
10 src = fetchFromGitHub {
12 repo = "plasma-theme-switcher";
14 sha256 = "sdcJ6K5QmglJEDIEl4sd8x7DuCPCqMHRxdYbcToM46Q=";
19 kdeFrameworks.plasma-framework
31 cp plasma-theme $out/bin
37 homepage = "https://github.com/maldoinc/plasma-theme-switcher/";
38 description = "A KDE Plasma theme switcher";
39 license = with licenses; [ gpl2Only ];
40 maintainers = with maintainers; [ kevink ];