2 , gobject-introspection
11 , gsettings-desktop-schemas
16 python3Packages.buildPythonApplication rec {
17 pname = "themechanger";
21 src = fetchFromGitHub {
23 repo = "ThemeChanger";
25 sha256 = "sha256-zSbh+mqCKquOyQASwVUW6hghmUc37nTuoa8pWCHM/a8=";
42 gsettings-desktop-schemas
45 propagatedBuildInputs = with python3Packages; [
50 patchShebangs postinstall.py
54 homepage = "https://github.com/ALEX11BR/ThemeChanger";
55 description = "A theme changing utility for Linux";
57 This app is a theme changing utility for Linux, BSDs, and whatnots.
58 It lets the user change GTK 2/3/4, Kvantum, icon and cursor themes, edit GTK CSS with live preview, and set some related options.
59 It also lets the user install icon and widget theme archives.
61 maintainers = with maintainers; [ ALEX11BR ];
62 license = licenses.gpl2Plus;
63 platforms = platforms.linux;