Remove AdobeBlank-Regular.ttf from google-fonts package
modified: default.nix
This commit is contained in:
parent
6502a6748c
commit
95bbf889f7
|
@ -30,7 +30,11 @@ stdenv.mkDerivation {
|
||||||
rm -rv ofl/comfortaa/*.ttf \
|
rm -rv ofl/comfortaa/*.ttf \
|
||||||
ofl/mavenpro/*.ttf \
|
ofl/mavenpro/*.ttf \
|
||||||
ofl/muli/*.ttf \
|
ofl/muli/*.ttf \
|
||||||
ofl/oswald/*.ttf
|
ofl/oswald/*.ttf \
|
||||||
|
|
||||||
|
# This abomination of a font causes crashes with `libfontconfig',
|
||||||
|
# It has an absurd number of symbols
|
||||||
|
rm -r ofl/adobeblank/
|
||||||
|
|
||||||
if find . -name "*.ttf" | sed 's|.*/||' | sort | uniq -c | sort -n | grep -v '^.*1 '; then
|
if find . -name "*.ttf" | sed 's|.*/||' | sort | uniq -c | sort -n | grep -v '^.*1 '; then
|
||||||
echo "error: duplicate font names"
|
echo "error: duplicate font names"
|
||||||
|
|
Loading…
Reference in New Issue