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

This commit is contained in:
Yureka
2023-04-26 22:50:04 +02:00
committed by GitHub
parent eaf0ed0f58
commit 7c4c2ad1ca
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
dontDropIconThemeCache = true;
postInstall = ''
postInstall = lib.optionalString (!stdenv.hostPlatform.isMusl) ''
# remove a tree of dirs with no files within
rm -r "$out/share/locale"
'';