Morgan, Morgan.J.Smith@outlook.com 写道: > + `(#:phases (modify-phases %standard-phases (delete > 'configure) (delete 'check)) Try to keep lines within 80 characters. Have you heard of our lord & saviour ‘guix lint’? It's nitpicking like this, automated. There's a more ‘declarative’ way to disable tests. Add a short note why: `(#:tests? #f ; no test suite #:phases (modify-phases %standard-phases (delete 'configure))) ; no configure script Kind regards, T G-R