python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / interpreters / racket / force-remove-codesign-then-add.patch
blob38cd7f52e2372a99a23c0c0eef59f35dee918f18
1 --- old/src/mac/codesign.rkt
2 +++ new/src/mac/codesign.rkt
3 @@ -18,6 +18,6 @@
4 file))
6 (void
7 - (if remove?
8 + (if #t
9 (remove-signature file)
10 (add-ad-hoc-signature file)))