From e95aecd10d662c58c3be1636886d6ecc9170bd85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 17 Mar 2025 11:52:32 +0100 Subject: pkgs: fix notmuch build --- pkgs/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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 { -- cgit v1.2.3