about summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorIngo Blechschmidt <iblech@web.de>2020-06-21 14:08:25 +0200
committerIngo Blechschmidt <iblech@web.de>2020-06-21 14:08:25 +0200
commita64a315151ca0231970bf503ca8d62480bfdac23 (patch)
tree05c17149b2ac0dc139c14d28b1b91c4f6c3b64e6 /pkgs/data/fonts
parent2b86087644627436323510fb486b63c0f62ee432 (diff)
terminus-font: make build reproducible by using `gzip -n`
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/terminus-font/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/data/fonts/terminus-font/default.nix b/pkgs/data/fonts/terminus-font/default.nix
index 4c7f5d85e869d..fb120e5eec6a2 100644
--- a/pkgs/data/fonts/terminus-font/default.nix
+++ b/pkgs/data/fonts/terminus-font/default.nix
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
 
   postPatch = ''
     substituteInPlace Makefile --replace 'fc-cache' '#fc-cache'
+    substituteInPlace Makefile --replace 'gzip'     'gzip -n'
   '';
 
   postBuild = ''