about summary refs log tree commit diff
path: root/overlays/patches/public-inbox/default.nix
blob: f9f573787c1c125d654d78e38845716d6d51c045 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ public-inbox }:

public-inbox.overrideAttrs ({ patches ? [], ... }: {
  patches = patches ++ [
    ./0003-view-don-t-show-page-if-no-links-follow-it.patch
    ./0004-view-don-t-500-if-no-mail-received-yet.patch
    ./0005-wwwstream-make-source-info-configurable.patch
  ];
})