···2122 dontDropIconThemeCache = true;
2324- postInstall = ''
25 # remove a tree of dirs with no files within
26 rm -r "$out/share/locale"
27 '';
···2122 dontDropIconThemeCache = true;
2324+ postInstall = lib.optionalString (!stdenv.hostPlatform.isMusl) ''
25 # remove a tree of dirs with no files within
26 rm -r "$out/share/locale"
27 '';