mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
maia-icon-theme: move postFixup actions to postInstall
This commit is contained in:
parent
c280bf92fd
commit
9bcc3d83a9
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
|
||||
postFixup = ''
|
||||
postInstall = ''
|
||||
for theme in $out/share/icons/*; do
|
||||
gtk-update-icon-cache $theme
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user