Unverified Commit 7c4c2ad1 authored by Yureka's avatar Yureka Committed by GitHub
Browse files

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

parent eaf0ed0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
  '';