mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
Merge pull request #91224 from iblech/patch-terminus
terminus-font: make build reproducible by using `gzip -n`
This commit is contained in:
commit
4b8e31f57c
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Makefile --replace 'fc-cache' '#fc-cache'
|
substituteInPlace Makefile --replace 'fc-cache' '#fc-cache'
|
||||||
|
substituteInPlace Makefile --replace 'gzip' 'gzip -n'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user