terminus-font: make build reproducible by using gzip -n

This commit is contained in:
Ingo Blechschmidt 2020-06-21 14:08:25 +02:00
parent 2b86087644
commit a64a315151

View file

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace Makefile --replace 'fc-cache' '#fc-cache'
substituteInPlace Makefile --replace 'gzip' 'gzip -n'
'';
postBuild = ''