From 1ea6dcabbb097ab7f4f57630c41f58b4df549095 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 27 Dec 2019 19:16:53 +0100 Subject: 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. --- third_party/notmuch/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/notmuch/default.nix') diff --git a/third_party/notmuch/default.nix b/third_party/notmuch/default.nix index 3d45031a82a8..ddb764b0ae46 100644 --- a/third_party/notmuch/default.nix +++ b/third_party/notmuch/default.nix @@ -1,5 +1,6 @@ { pkgs, ... }: pkgs.third_party.originals.notmuch.overrideAttrs(old: { + doCheck = false; patches = [ ./dottime.patch ] ++ (if old ? patches then old.patches else []); }) -- cgit 1.4.1