Fatima Toothpaste via Guix-patches via schreef op zo 13-03-2022 om 10:14 [+0900]: > +         (replace 'check > +           (lambda _ > +             (invoke "python" "-m" "unittest")))))) "./pre-inst-env guix lint nicotine+" would warn about this. To make the '--without-tests' package transformatin work, this needs to be: > + (replace 'check > + (lambda* (#:key tests? #:allow-other-keys) > + (when tests? > + (invoke "python" "-m" "unittest"))))))) Greetings, Maxime.