Merge pull request #91224 from iblech/patch-terminus

terminus-font: make build reproducible by using `gzip -n`
This commit is contained in:
Michele Guerini Rocco 2020-06-23 11:57:48 +02:00 committed by GitHub
commit 4b8e31f57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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