From 9ead68152a1782f34fde25bd310b0920fd249ccd Mon Sep 17 00:00:00 2001 From: eljamm Date: Mon, 5 Jan 2026 14:31:11 +0100 Subject: [PATCH] python3Packages.sipsimple: fix build with gcc15 --- pkgs/development/python-modules/sipsimple/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/sipsimple/default.nix b/pkgs/development/python-modules/sipsimple/default.nix index abd560d70175..2b879db6eeed 100644 --- a/pkgs/development/python-modules/sipsimple/default.nix +++ b/pkgs/development/python-modules/sipsimple/default.nix @@ -49,7 +49,11 @@ let owner = "wernerd"; repo = "ZRTPCPP"; inherit rev; - hash = "sha256-kJlGPVA+yfn7fuRjXU0p234VcZBAf1MU4gRKuPotfog="; + hash = "sha256-pGng1Y9N51nGBpiZbn2NTx4t2NGg4qkmbghTscJVhIA="; + postFetch = '' + # fix build with gcc15 + sed -e '9i #include ' -i $out/zrtp/EmojiBase32.cpp + ''; }; }; };