about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-06-22 09:42:29 +0000
committerAlyssa Ross <hi@alyssa.is>2021-06-22 13:17:16 +0000
commitffb691c199e7e0cbc4e45e5310779c9e3f7c2a73 (patch)
tree0928a23c0e75678ea36bf432b17053f1ac419f91
parentebcf25af643e97476dc4a6c5debd4d4ce3541c03 (diff)
downloadnixlib-ffb691c199e7e0cbc4e45e5310779c9e3f7c2a73.tar
nixlib-ffb691c199e7e0cbc4e45e5310779c9e3f7c2a73.tar.gz
nixlib-ffb691c199e7e0cbc4e45e5310779c9e3f7c2a73.tar.bz2
nixlib-ffb691c199e7e0cbc4e45e5310779c9e3f7c2a73.tar.lz
nixlib-ffb691c199e7e0cbc4e45e5310779c9e3f7c2a73.tar.xz
nixlib-ffb691c199e7e0cbc4e45e5310779c9e3f7c2a73.tar.zst
nixlib-ffb691c199e7e0cbc4e45e5310779c9e3f7c2a73.zip
patches/public-inbox: fix build with highlight 4.0
-rw-r--r--overlays/patches/public-inbox/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlays/patches/public-inbox/default.nix b/overlays/patches/public-inbox/default.nix
index 7c354ec8b17b..873af1f61e10 100644
--- a/overlays/patches/public-inbox/default.nix
+++ b/overlays/patches/public-inbox/default.nix
@@ -4,5 +4,9 @@ public-inbox.overrideAttrs ({ patches ? [], ... }: {
   patches = patches ++ [
     ./0001-view-don-t-show-page-if-no-links-follow-it.patch
     ./0002-wwwstream-make-source-info-configurable.patch
+    (fetchpatch {
+      url = "https://public-inbox.org/meta/20210622120920.2756569-1-hi@alyssa.is/raw";
+      sha256 = "0plpav4l5zkl14wjmc6qr54kcjch296ynawrbbyk4m6i54dyhfbw";
+    })
   ];
 })