From fc130d253f50a3b9a462b95feac5e073c905ad44 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 20 Sep 2022 16:52:10 +0800 Subject: [PATCH] gradience: 0.2.2 -> unstable-2022-09-20 --- pkgs/gradience/default.nix | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/pkgs/gradience/default.nix b/pkgs/gradience/default.nix index 0ed12f6e..7803ee01 100644 --- a/pkgs/gradience/default.nix +++ b/pkgs/gradience/default.nix @@ -17,19 +17,20 @@ , libportal-gtk4 , gobject-introspection , python-material-color-utilities +, sassc }: # Not all parts of the application works with the current nixpkgs version of # libadwaita. python3Packages.buildPythonApplication rec { pname = "gradience"; - version = "0.2.2"; + version = "unstable-2022-09-20"; src = fetchFromGitHub { owner = "GradienceTeam"; repo = "Gradience"; - rev = version; - sha256 = "sha256-0LIkYgNSgB91ihIw96ss4dgvQZ1z17iU8oyvJpBMCQQ="; + rev = "8f11b8178bbc2bfb0b1fd6bc19f44add1fbddc9b"; + sha256 = "sha256-SdAOI+LfBqz1fZNthb/JNxXSikemFpC7a4WYr/Xr6I4="; }; format = "other"; @@ -46,6 +47,7 @@ python3Packages.buildPythonApplication rec { ninja pkg-config wrapGAppsHook4 + sassc ]; buildInputs = [ @@ -57,11 +59,12 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ anyascii - pluggy + aiohttp + cssutils + jinja2 pygobject3 - requests svglib - urllib3 + Yapsy ] ++ [ python-material-color-utilities ];