diff options
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 9ea9a99..f15be23 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -32,6 +32,15 @@ final: prev: { patches = []; buildInputs = oldAttrs.buildInputs ++ [final.webkitgtk_4_1]; }); + notmuch = prev.notmuch.overrideAttrs { + patches = [ + (final.fetchpatch { + name = "add-workaround-for-Emacs-30-pp-changes.patch"; + url = "https://git.notmuchmail.org/git?p=notmuch;a=patch;h=e3d4721b1ba4836c7646e057b50123fe994652eb"; + hash = "sha256-phfNSOlTajTmaf+DjtdmBAWSm+2tUbrQEChInUlwn5k="; + }) + ]; + }; # nixpkgs patches zigbee2mqtt = prev.zigbee2mqtt.overrideAttrs { |