mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
gradience: update metadata and source
This commit is contained in:
parent
2ee6269b1b
commit
977d5b8a15
@ -12,7 +12,6 @@
|
|||||||
, blueprint-compiler
|
, blueprint-compiler
|
||||||
, python3Packages
|
, python3Packages
|
||||||
, appstream-glib
|
, appstream-glib
|
||||||
, gtk4
|
|
||||||
, libadwaita
|
, libadwaita
|
||||||
, libportal
|
, libportal
|
||||||
, libportal-gtk4
|
, libportal-gtk4
|
||||||
@ -23,12 +22,12 @@
|
|||||||
# 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 = "adwcustomizer";
|
pname = "gradience";
|
||||||
version = "unstable-2022-08-20";
|
version = "unstable-2022-08-20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AdwCustomizerTeam";
|
owner = "GradienceTeam";
|
||||||
repo = "AdwCustomizer";
|
repo = "Gradience";
|
||||||
rev = "4ad3759a3cd7e034cd6c23fd5bfd2c2e1f3623ef";
|
rev = "4ad3759a3cd7e034cd6c23fd5bfd2c2e1f3623ef";
|
||||||
sha256 = "sha256-Z6fYAXr5HEoLxmlGfLToF7WXPoJGaQmLQHH7oG333Wo=";
|
sha256 = "sha256-Z6fYAXr5HEoLxmlGfLToF7WXPoJGaQmLQHH7oG333Wo=";
|
||||||
};
|
};
|
||||||
@ -50,7 +49,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk4
|
|
||||||
libadwaita
|
libadwaita
|
||||||
libportal
|
libportal
|
||||||
libportal-gtk4
|
libportal-gtk4
|
||||||
@ -70,7 +68,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/AdwCustomizerTeam/AdwCustomizer";
|
homepage = "https://github.com/GradienceTeam/Gradience";
|
||||||
description = "Customize libadwaita and GTK3 apps (with adw-gtk3)";
|
description = "Customize libadwaita and GTK3 apps (with adw-gtk3)";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user