kiasoc5--- via Guix-patches via schreef op za 19-02-2022 om 22:29 [+0100]: > +     `(#:phases > +       (modify-phases %standard-phases > +         (delete 'check)   ; tests require nonfree library How about setting the #:tests? argument instead? (arguments (list #:tests? #false ; tests require nonfree library #:phases #~(modify-phases ...))) Greetings, Maxime.