numix-icon-theme-circle: Fix dangling symlinks
This commit is contained in:
parent
a21cb75242
commit
437a839257
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
postFixup = ''
|
||||
for panel in $out/share/icons/*/*/panel; do
|
||||
ln -sf $(realpath ${numix-icon-theme}/share/icons/Numix/16/$(readlink $panel)) $panel
|
||||
done
|
||||
|
||||
for theme in $out/share/icons/*; do
|
||||
gtk-update-icon-cache $theme
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue