Commit cdfc0602 authored by José Romildo's avatar José Romildo
Browse files

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.
parent d61044bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
    })
  ];