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.
This commit is contained in:
parent
d61044bd31
commit
cdfc0602e4
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue