ibm-plex: keep hinted fonts in output (#514577)
This commit is contained in:
@@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation {
|
||||
}
|
||||
) selectedFamilies;
|
||||
postBuild = ''
|
||||
find "$out" \( -name hinted -or -name unhinted -or -name split \) -exec rm -fr {} +
|
||||
find "$out" \( -name unhinted -or -name split \) -exec rm -fr {} +
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user