Commit Graph

3 Commits

Author SHA1 Message Date
Weijia Wang
8b868b5616 racket-minimal: fix build on aarch64-darwin
This commit fixed a previous patch so that signatures are effectively removed and then added.
2022-11-29 16:28:06 +01:00
Mario Rodas
359c6e9a01 racket: 8.5 -> 8.6
https://download.racket-lang.org/v8.6.html
2022-08-12 04:20:00 +00:00
Congee
152b59855d
racket: support aarch64-darwin
According to https://reviews.llvm.org/D96164, aarch64-darwin executables
require at least an ad hoc signature.

The build tool from the racket repo tries to sign $out/bin/racket but
errors out, because that binary already has a signature.

It is not clear yet at which stage the signature was introduced. This
patch removes the existing signature always before calling
add-ad-hoc-signature to circumvent that error.
2022-02-17 14:35:20 -05:00