Zhu Zihao schreef op ma 20-06-2022 om 20:32 [+0800]: > +          (replace 'check > +            (lambda* (#:key parallel-build? #:allow-other-keys) > +              (unless #$(%current-target-system) That doesn't support --without-tests. I recommend doing the standard (when tests? [...]) construct instead, which supports the --without-tests package transformation and which will be accepted by "guix lint". Greetings, Maxime.