about summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2020-09-29 17:46:22 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2020-09-29 17:46:22 -0400
commit174db5caadce9c4cf23f0e2a381bfbaaabb88184 (patch)
tree956b5e4572fc2a8e201026b048ba3d644c176e8a /pkgs/data/fonts
parent5aba0fe9766a7201a336249fd6cb76e0d7ba2faf (diff)
noto-fonts-emoji: Work around Hydra silence timeouts by being noisy
The added noise should keep Hydra from stopping this build thinking it
is hanging doing nothing, while in fact it's just churning slowly
through thousands of funny pictures!
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/noto-fonts/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/data/fonts/noto-fonts/default.nix b/pkgs/data/fonts/noto-fonts/default.nix
index 79f8cb8b336b7..1c1d773038e76 100644
--- a/pkgs/data/fonts/noto-fonts/default.nix
+++ b/pkgs/data/fonts/noto-fonts/default.nix
@@ -141,6 +141,10 @@ in
       # remove check for virtualenv, since we handle
       # python requirements using python.withPackages
       sed -i '/ifndef VIRTUAL_ENV/,+2d' Makefile
+
+      # Make the build verbose so it won't get culled by Hydra thinking that
+      # it somehow got stuck doing nothing.
+      sed -i 's;\t@;\t;' Makefile
     '';
 
     enableParallelBuilding = true;