repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
{ungoogled-,}chromium,chromedriver: 130.0.6723.58 -> 130.0.6723.69 (#351519)
[NixPkgs.git]
/
pkgs
/
development
/
interpreters
/
racket
/
force-remove-codesign-then-add.patch
blob
98e2cb102db9b865989ff63c4e38e4ba038a51bc
1
--- old/src/mac/codesign.rkt
2
+++ new/src/mac/codesign.rkt
3
@@ -18,6 +18,6 @@
4
file))
5
6
(void
7
- (if remove?
8
+ (begin
9
(remove-signature file)
10
(add-ad-hoc-signature file)))