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:
@@ -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/
|
||||
''}
|
||||
|
||||
Reference in New Issue
Block a user