fira-sans: remove __MACOSX folder causing conflicts

This commit is contained in:
pancaek
2026-03-19 13:57:53 -07:00
parent fd394285b6
commit e49bc57544
+4
View File
@@ -21,6 +21,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
stripRoot = false;
};
postInstall = ''
rm -r "__MACOSX"
'';
nativeBuildInputs = [ installFonts ];
meta = {