Merge pull request #188467 from kekrby/fix-gtk-icon-cache

authored by Sandro and committed by GitHub 8ef6a0ac 7aac392d

+1 -3
+1 -3
nixos/modules/config/gtk/gtk-icon-cache.nix
··· 52 53 environment.extraSetup = '' 54 # For each icon theme directory ... 55 - 56 - find $out/share/icons -mindepth 1 -maxdepth 1 -print0 | while read -d $'\0' themedir 57 do 58 - 59 # In order to build the cache, the theme dir should be 60 # writable. When the theme dir is a symbolic link to somewhere 61 # in the nix store it is not writable and it means that only
··· 52 53 environment.extraSetup = '' 54 # For each icon theme directory ... 55 + find $out/share/icons -exec test -d {} ';' -mindepth 1 -maxdepth 1 -print0 | while read -d $'\0' themedir 56 do 57 # In order to build the cache, the theme dir should be 58 # writable. When the theme dir is a symbolic link to somewhere 59 # in the nix store it is not writable and it means that only