Xinglu Chen schreef op do 05-08-2021 om 16:10 [+0200]: > + (add-after 'build 'check > + (lambda* (#:key inputs #:allow-other-keys) > + (let ((gerbil (assoc-ref inputs "gerbil"))) > + (invoke (string-append gerbil "/bin/gxi") "run-tests.ss"))))))) By wrapping the body in (when tests? ...), "--without-tests" would be supported. The 'tests-true' linter should detect this, try "./pre-inst-env guix lint gerbil-clojerbil". Greetings, Maxime.