Commit ce4a4e65 authored by Seong Yong-ju's avatar Seong Yong-ju
Browse files

graphite-gtk-theme: fix wallpapers

`wallpaper/Graphite-normal` directory had been moved to `wallpaper/Graphite` in
upstream vinceliuice/Graphite-gtk-theme@d1c8ec940964582f934feaff1346e73084ab4ddd.
parent a0b3b06b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/
      ''}