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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
'';