Hi, Sorry for late reply, thanks for your report. On Mon, 2021-06-21 at 17:44 +0200, Maxime Devos wrote: > >           (replace 'check > >             (lambda* (#:key tests? #:allow-other-keys) > >               (with-directory-excursion "tests" > >                 (when tests? > > -                 (invoke "ctest" ".") > > +                 (invoke "ctest" "."))))) > > That way, "guix build libolm --without-tests=libolm" should work. I hope my changes are fine. Sincerely, slg