depot/third_party/nixpkgs/pkgs/development/interpreters/racket/force-remove-codesign-then-add.patch

11 lines
185 B
Diff
Raw Normal View History

--- 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)))