21 , gobject-introspection
24 python3Packages.buildPythonApplication rec {
28 src = fetchFromGitHub {
29 owner = "GradienceTeam";
31 # See https://github.com/GradienceTeam/Gradience/releases/tag/0.4.1-patch1
33 sha256 = "sha256-5jloFbimJC4jP1C1uS8a9VlqyR5qqDuqcKvUXwr9SjY=";
62 propagatedBuildInputs = with python3Packages; [
66 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 ];