From cdfc0602e4b69db449f9ad9ed10937a8863e7c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo?= Date: Wed, 20 Mar 2024 08:39:26 -0300 Subject: [PATCH] andromeda-gtk-theme: do not append -gtk to theme directory The theme name in index.theme does not include the -gtk suffix. Also the distributed compiled themes in https://www.gnome-look.org/p/2039961 do not include the -gtk suffix in the theme directory. --- pkgs/data/themes/andromeda-gtk-theme/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/data/themes/andromeda-gtk-theme/default.nix b/pkgs/data/themes/andromeda-gtk-theme/default.nix index ae42843d7afa..74b3d148bc2d 100644 --- a/pkgs/data/themes/andromeda-gtk-theme/default.nix +++ b/pkgs/data/themes/andromeda-gtk-theme/default.nix @@ -10,7 +10,7 @@ stdenvNoCC.mkDerivation { repo = "Andromeda-gtk"; rev = "250751a546dd0fa2e67eef86d957fbf993b61dfe"; hash = "sha256-exr9j/jW2P9cBhKUPQy3AtK5Vgav5vOyWInXUyVhBk0="; - name = "Andromeda-gtk"; + name = "Andromeda"; }) (fetchFromGitHub { @@ -18,7 +18,7 @@ stdenvNoCC.mkDerivation { repo = "Andromeda-gtk"; rev = "11a6194d19cb846447db048455a5e782ec830ae1"; hash = "sha256-Yy3mih0nyA+ahLqj2D99EKqtmWYJRsvQMkmlLfUPcqQ="; - name = "Andromeda-gtk-standard-buttons"; + name = "Andromeda-standard-buttons"; }) ];