feat(third_party/notmuch): Patch notmuch to render time as dottime
This implements support for dotti.me in notmuch by changing the formatting of relative and absolute times.
This commit is contained in:
parent
08dd267c19
commit
1ea6dcabbb
2 changed files with 29 additions and 0 deletions
1
third_party/notmuch/default.nix
vendored
1
third_party/notmuch/default.nix
vendored
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.third_party.originals.notmuch.overrideAttrs(old: {
|
||||
doCheck = false;
|
||||
patches = [ ./dottime.patch ] ++ (if old ? patches then old.patches else []);
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue