···520520 revert = true;
521521 hash = "sha256-PuinMLhJ2W4KPXI5K0ujw85ENTB1wG7Hv785SZ55xnY=";
522522 })
523523+ ]
524524+ ++ lib.optionals (!isElectron && !chromiumVersionAtLeast "137") [
525525+ # Backport "Add more CFI suppressions for inline PipeWire functions" from M137
526526+ # to fix SIGKILL (ud1) when screensharing with PipeWire 1.4+ and is_cfi = true.
527527+ # Our chromium builds set is_official_build = true, which in turn enables is_cfi.
528528+ # We don't apply this patch to electron, because we build electron with
529529+ # is_cfi = false and as such is not affected by this.
530530+ # https://chromium-review.googlesource.com/c/chromium/src/+/6421030
531531+ (fetchpatch {
532532+ name = "add-more-CFI-suppressions-for-inline-PipeWire-functions.patch";
533533+ url = "https://chromium.googlesource.com/chromium/src/+/0eebf40b9914bca8fe69bef8eea89522c1a5d4ce^!?format=TEXT";
534534+ decode = "base64 -d";
535535+ hash = "sha256-xMqGdu5Q8BGF/OIRdmMzPrrrMGDOSY2xElFfhRsJlDU=";
536536+ })
523537 ];
524538525539 postPatch =