forked from mirrors/nixpkgs
google-fonts: Automatically drop to-be-delisted fonts in postPatch
This commit is contained in:
parent
86231c7ebc
commit
feb7cafb3c
|
@ -29,6 +29,7 @@ stdenvNoCC.mkDerivation {
|
|||
rm -rv ofl/cabincondensed \
|
||||
ofl/signikanegative \
|
||||
ofl/signikanegativesc \
|
||||
ofl/*_todelist \
|
||||
axisregistry/tests/data
|
||||
|
||||
if find . -name "*.ttf" | sed 's|.*/||' | sort | uniq -c | sort -n | grep -v '^.*1 '; then
|
||||
|
|
Loading…
Reference in a new issue