gradience: update metadata and source

This commit is contained in:
Gabriel Arazas 2022-08-22 20:23:49 +08:00
parent 2ee6269b1b
commit 977d5b8a15

View File

@ -12,7 +12,6 @@
, blueprint-compiler
, python3Packages
, appstream-glib
, gtk4
, libadwaita
, libportal
, libportal-gtk4
@ -23,12 +22,12 @@
# Not all parts of the application works with the current nixpkgs version of
# libadwaita.
python3Packages.buildPythonApplication rec {
pname = "adwcustomizer";
pname = "gradience";
version = "unstable-2022-08-20";
src = fetchFromGitHub {
owner = "AdwCustomizerTeam";
repo = "AdwCustomizer";
owner = "GradienceTeam";
repo = "Gradience";
rev = "4ad3759a3cd7e034cd6c23fd5bfd2c2e1f3623ef";
sha256 = "sha256-Z6fYAXr5HEoLxmlGfLToF7WXPoJGaQmLQHH7oG333Wo=";
};
@ -50,7 +49,6 @@ python3Packages.buildPythonApplication rec {
];
buildInputs = [
gtk4
libadwaita
libportal
libportal-gtk4
@ -70,7 +68,7 @@ python3Packages.buildPythonApplication rec {
'';
meta = with lib; {
homepage = "https://github.com/AdwCustomizerTeam/AdwCustomizer";
homepage = "https://github.com/GradienceTeam/Gradience";
description = "Customize libadwaita and GTK3 apps (with adw-gtk3)";
license = licenses.mit;
};