Merge pull request #28164 from volth/fonts-fixed-output-derivations-simple-cases-for-fplez-2

data/fonts: make derivations fixed-outputs (group 2)
This commit is contained in:
Jörg Thalheim
2017-08-11 17:36:56 +01:00
committed by GitHub
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 = ''