depot/third_party/nixpkgs/pkgs/development/interpreters/racket/force-remove-codesign-then-add.patch
Default email 13da32182d Project import generated by Copybara.
GitOrigin-RevId: a7855f2235a1876f97473a76151fec2afa02b287
2022-08-21 15:32:41 +02:00

10 lines
185 B
Diff

--- old/src/mac/codesign.rkt
+++ new/src/mac/codesign.rkt
@@ -18,6 +18,6 @@
file))
(void
- (if remove?
+ (if #t
(remove-signature file)
(add-ad-hoc-signature file)))