5 lines
131 B
Nix
5 lines
131 B
Nix
{ sentry-sdk }:
|
|
sentry-sdk.overridePythonAttrs (old: {
|
|
patches = (old.patches or [ ]) ++ [ ./isolate-threading-mocks.patch ];
|
|
})
|