mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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 New Issue
Block a user