data/fonts: simpler cleanups (group 2)

This commit is contained in:
Volth
2017-08-11 16:02:20 +00:00
parent f0f55ac6cd
commit c6e200ea7c
10 changed files with 44 additions and 4 deletions
+5 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
bdftopcf -o ''${i/bdf/pcf} $i
done
gzip *.pcf
gzip -n *.pcf
'';
installPhase = ''
@@ -29,6 +29,10 @@ stdenv.mkDerivation rec {
mkfontscale
'';
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "14dv3m1svahjyb9c1x1570qrmlnynzg0g36b10bqqs8xvhix34yq";
meta = with stdenv.lib; {
description = "A nice bitmap font, readable even at small sizes";
longDescription = ''