Files
nixpkgs/pkgs/by-name/ra/racket/patches/force-remove-codesign-then-add.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
185 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
--- old/src/mac/codesign.rkt
+++ new/src/mac/codesign.rkt
@@ -18,6 +18,6 @@
file))
(void
- (if remove?
+ (begin
(remove-signature file)
(add-ad-hoc-signature file)))