mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
11 lines
185 B
Diff
11 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)))
|