Christine Lemmer-Webber schreef op vr 24-06-2022 om 17:24 [-0400]: > +    (version "0.8") > +    (source > +     (origin > +       (method git-fetch) > +       (uri (git-reference > +             (url "https://gitlab.com/spritely/guile-goblins/") > +             (commit (string-append "v" version)))) > +       (file-name (string-append name "-" version)) > +       (sha256 > +        (base32 > +         "1mmyykh79jwhrfgnhhw94aw7a8m6qw249kj7k60ynj16mcfm5iyy")))) I'm not seeing "--target" in the invocation of "$(GUILE_TOOLS) compile", so I don't think that currently it will cross-compile correctly. Could you add a --target=... in the Makefile.am? Greetings, Maxime.