feat(third_party/notmuch): Display dottime in relative time views
This commit is contained in:
parent
100f451b0a
commit
12973b8a8b
3 changed files with 46 additions and 1 deletions
5
third_party/notmuch/default.nix
vendored
Normal file
5
third_party/notmuch/default.nix
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.third_party.originals.notmuch.overrideAttrs(old: {
|
||||
patches = [ ./dottime.patch ] ++ (if old ? patches then old.patches else []);
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue