gradience: 0.2.2 -> unstable-2022-09-20

This commit is contained in:
Gabriel Arazas 2022-09-20 16:52:10 +08:00
parent 7ff7e7bd50
commit fc130d253f

View File

@ -17,19 +17,20 @@
, libportal-gtk4 , libportal-gtk4
, gobject-introspection , gobject-introspection
, python-material-color-utilities , python-material-color-utilities
, sassc
}: }:
# Not all parts of the application works with the current nixpkgs version of # Not all parts of the application works with the current nixpkgs version of
# libadwaita. # libadwaita.
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "gradience"; pname = "gradience";
version = "0.2.2"; version = "unstable-2022-09-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GradienceTeam"; owner = "GradienceTeam";
repo = "Gradience"; repo = "Gradience";
rev = version; rev = "8f11b8178bbc2bfb0b1fd6bc19f44add1fbddc9b";
sha256 = "sha256-0LIkYgNSgB91ihIw96ss4dgvQZ1z17iU8oyvJpBMCQQ="; sha256 = "sha256-SdAOI+LfBqz1fZNthb/JNxXSikemFpC7a4WYr/Xr6I4=";
}; };
format = "other"; format = "other";
@ -46,6 +47,7 @@ python3Packages.buildPythonApplication rec {
ninja ninja
pkg-config pkg-config
wrapGAppsHook4 wrapGAppsHook4
sassc
]; ];
buildInputs = [ buildInputs = [
@ -57,11 +59,12 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
anyascii anyascii
pluggy aiohttp
cssutils
jinja2
pygobject3 pygobject3
requests
svglib svglib
urllib3 Yapsy
] ++ [ ] ++ [
python-material-color-utilities python-material-color-utilities
]; ];