feat(third_party/notmuch): Display dottime in relative time views

This commit is contained in:
Vincent Ambo 2019-12-27 18:12:32 +01:00
parent 100f451b0a
commit 12973b8a8b
3 changed files with 46 additions and 1 deletions

View file

@ -63,7 +63,6 @@ let
nano
nginx
nix
notmuch
openssh
openssl
parallel
@ -97,7 +96,13 @@ let
in exposed // {
callPackage = nixpkgs.lib.callPackageWith exposed;
# Provide the source code of nixpkgs, but do not provide an imported
# version of it.
nixpkgsSrc = stableSrc;
# Packages to be overridden
originals = {
inherit (nixpkgs) notmuch;
};
}