From 977d5b8a15156fe244246ca0ead2732227955f9d Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 22 Aug 2022 20:23:49 +0800 Subject: [PATCH] gradience: update metadata and source --- pkgs/gradience/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/gradience/default.nix b/pkgs/gradience/default.nix index 4e8fb2a9..f6ecc6ad 100644 --- a/pkgs/gradience/default.nix +++ b/pkgs/gradience/default.nix @@ -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; };