Loading pkgs/development/interpreters/racket/force-remove-codesign-then-add.patch +1 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,6 @@ (void - (if remove? + (if #t + (begin (remove-signature file) (add-ad-hoc-signature file))) Loading
pkgs/development/interpreters/racket/force-remove-codesign-then-add.patch +1 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,6 @@ (void - (if remove? + (if #t + (begin (remove-signature file) (add-ad-hoc-signature file)))