about summary refs log tree commit diff
path: root/third_party/notmuch/default.nix
blob: 3d45031a82a828e871321f10f45f5ca35e8c336a (plain) (blame)
1
2
3
4
5
{ pkgs, ... }:

pkgs.third_party.originals.notmuch.overrideAttrs(old: {
  patches = [ ./dottime.patch ] ++ (if old ? patches then old.patches else []);
})