proggyfonts: fix output hash

See PR #28960 for details about the problem. There is some
non-determinism surrounding copies of the Speedy/Speedy11 font, so
deleting one makes it deterministic again without losing anything.
This commit is contained in:
volth 2017-09-04 05:01:47 +00:00 committed by Ryan Mulligan
parent ebce795c5c
commit 7d231c5435

View file

@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
cp Licence.txt $out/share/doc/$name/LICENSE
rm Speedy.pcf # duplicated as Speedy11.pcf
for f in *.pcf; do
gzip -c "$f" > $out/share/fonts/misc/"$f".gz
done
@ -33,7 +34,7 @@ stdenv.mkDerivation rec {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "06jsf3rw6q4l1jrw1161h4vxa1xbvpry5x12d8sh5g7hjk88p77g";
outputHash = "1l1sxmzp3gcd2d32nxar6xwd1v1w18a9gfh57zmsrfpspnfbz7y1";
meta = with stdenv.lib; {
homepage = http://upperbounds.net;