20 , gobject-introspection
23 python3Packages.buildPythonApplication rec {
27 src = fetchFromGitHub {
28 owner = "GradienceTeam";
30 # See https://github.com/GradienceTeam/Gradience/releases/tag/0.4.1-patch1
32 sha256 = "sha256-5jloFbimJC4jP1C1uS8a9VlqyR5qqDuqcKvUXwr9SjY=";
61 propagatedBuildInputs = with python3Packages; [
65 material-color-utilities
73 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
77 homepage = "https://github.com/GradienceTeam/Gradience";
78 description = "Customize libadwaita and GTK3 apps (with adw-gtk3)";
79 license = licenses.gpl3Plus;
80 maintainers = with maintainers; [ foo-dogsquared ];