diff --git a/pkgs/applications/networking/pjsip/default.nix b/pkgs/applications/networking/pjsip/default.nix index e12edf8337b..14bc1ead49b 100644 --- a/pkgs/applications/networking/pjsip/default.nix +++ b/pkgs/applications/networking/pjsip/default.nix @@ -17,6 +17,9 @@ stdenv.mkDerivation rec { cp pjsip-apps/bin/samples/*/* $out/share/${name}/samples ''; + # We need the libgcc_s.so.1 loadable (for pthread_cancel to work) + dontPatchELF = true; + meta = { description = "SIP stack and media stack for presence, im, and multimedia communication"; homepage = http://pjsip.org/;