pkgsMusl.gnome-icon-theme: fix build (#228341)

authored by Yureka and committed by GitHub 7c4c2ad1 eaf0ed0f

+1 -1
+1 -1
pkgs/data/icons/gnome-icon-theme/default.nix
··· 21 21 22 22 dontDropIconThemeCache = true; 23 23 24 - postInstall = '' 24 + postInstall = lib.optionalString (!stdenv.hostPlatform.isMusl) '' 25 25 # remove a tree of dirs with no files within 26 26 rm -r "$out/share/locale" 27 27 '';