Attila Lendvai schreef op ma 14-02-2022 om 13:31 [+0100]: > +           (replace 'check > +             (lambda _ > +               (invoke "./bin/c2ffi" "--help")))))) For cross-compiling c2ffi, this needs to respect #:tests?, because tests cannot be run when cross-compiling. This would be detected by "./pre-inst-env guix lint". Greetings, Maxime.