mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 16:45:15 +00:00
![Weijia Wang](/assets/img/avatar_default.png)
This commit fixed a previous patch so that signatures are effectively removed and then added.
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?
|
|
+ (begin
|
|
(remove-signature file)
|
|
(add-ad-hoc-signature file)))
|