mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
racket-minimal: fix build on aarch64-darwin
This commit fixed a previous patch so that signatures are effectively removed and then added.
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
|
||||
(void
|
||||
- (if remove?
|
||||
+ (if #t
|
||||
+ (begin
|
||||
(remove-signature file)
|
||||
(add-ad-hoc-signature file)))
|
||||
|
||||
Reference in New Issue
Block a user