forked from mirrors/nixpkgs
pkgsMusl.gnome-icon-theme: fix build (#228341)
This commit is contained in:
parent
eaf0ed0f58
commit
7c4c2ad1ca
|
@ -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"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue