Anyone successfully compiled simplex-CLI on alpine/pmos aarch64?

I tried as in the doc, but ran into

[__0] rejecting: aeson-2.2.0.0, aeson-2.1.2.1, aeson-2.1.2.0, aeson-2.1.1.0,
aeson-2.1.0.0 (constraint from user target requires ==2.0.3.0)
9 points · 5 comments · view on lemmy.world

5 Comments

possiblylinux127@lemmy.zip · 1 pts · 2y (4 replies)

You have the wrong version of aeson

JoeBidet@lemmy.ml · 1 pts · 2y (3 replies)

sure. but the "right" version doesnt seem to be available... how would you solve this?

possiblylinux127@lemmy.zip · 1 pts · 2y (2 replies)

I actually don't know. I just was trying to be nice by responding.

Does simplex have a docker build option? That might be the easiest. If that isn't a option you might be able to just downgrade the package version

JoeBidet@lemmy.ml · 1 pts · 2y (1 reply)

thanks! that was indeed nice of you to respond!

docker on such a simple machine would take too much resources... i'll keep looking.

zenobit@lemmy.ml · 1 pts · 2y

Wouldn't be better cross build on nix for aarch64 on something more powerfull..?