From ce4a4e651e020d9fe58b4c59cc09bef86d268bdd Mon Sep 17 00:00:00 2001 From: Seong Yong-ju Date: Sun, 5 Nov 2023 21:30:19 +0900 Subject: graphite-gtk-theme: fix wallpapers `wallpaper/Graphite-normal` directory had been moved to `wallpaper/Graphite` in upstream vinceliuice/Graphite-gtk-theme@d1c8ec940964582f934feaff1346e73084ab4ddd. --- pkgs/data/themes/graphite-gtk-theme/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/data/themes/graphite-gtk-theme/default.nix') diff --git a/pkgs/data/themes/graphite-gtk-theme/default.nix b/pkgs/data/themes/graphite-gtk-theme/default.nix index 31422625a48..b59b1393c6d 100644 --- a/pkgs/data/themes/graphite-gtk-theme/default.nix +++ b/pkgs/data/themes/graphite-gtk-theme/default.nix @@ -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/ ''} -- cgit 1.4.1