graphite-gtk-theme: fix wallpapers

`wallpaper/Graphite-normal` directory had been moved to `wallpaper/Graphite` in
upstream vinceliuice/Graphite-gtk-theme@d1c8ec9409.
This commit is contained in:
Seong Yong-ju
2023-11-05 21:30:19 +09:00
parent a0b3b06b7a
commit ce4a4e651e
@@ -63,7 +63,7 @@ stdenvNoCC.mkDerivation rec {
${lib.optionalString wallpapers ''
mkdir -p $out/share/backgrounds
cp -a wallpaper/Graphite-normal/*.png $out/share/backgrounds/
cp -a wallpaper/Graphite/*.png $out/share/backgrounds/
${lib.optionalString (builtins.elem "nord" tweaks) ''
cp -a wallpaper/Graphite-nord/*.png $out/share/backgrounds/
''}