about summary refs log tree commit diff
path: root/third_party/gerrit/default.nix
diff options
context:
space:
mode:
authorLuke Granger-Brown <hg@lukegb.com>2020-07-11T00·48+0000
committerlukegb <lukegb@tvl.fyi>2020-07-11T00·57+0000
commitb65575fc31fd9326db7989eb8a9b15439dd8866e (patch)
tree149984954f43391c238e6b30e4cce83982f1b417 /third_party/gerrit/default.nix
parent9eb248e0c5f75eef5da2d80363462337aba99f44 (diff)
fix(gerrit): Load fonts from Google Fonts instead. r/1252
This also incidentally includes a fix for _not_ loading fonts from
Google Fonts, but I don't really care about that.

Change-Id: I6e00791d0ba06cb1e3c029e1b8617c33000d2ab1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1041
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to '')
-rw-r--r--third_party/gerrit/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/gerrit/default.nix b/third_party/gerrit/default.nix
index 127f4cb815..620ccd259a 100644
--- a/third_party/gerrit/default.nix
+++ b/third_party/gerrit/default.nix
@@ -44,6 +44,8 @@ pkgs.buildBazelPackage {
     ./0002-Syntax-highlight-nix.patch
     ./0003-Syntax-highlight-rules.pl.patch
     ./0004-Add-titles-to-CLs-over-HTTP.patch
+    ./0005-When-using-local-fonts-always-assume-Gerrit-is-mount.patch
+    ./0006-Always-use-Google-Fonts.patch
   ];
 
   bazelTarget = "release";