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
7
third_party/default.nix
vendored
7
third_party/default.nix
vendored
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue