guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41567] [PATCH] gnu: Add mspdebug.


From: Tobias Geerinckx-Rice
Subject: [bug#41567] [PATCH] gnu: Add mspdebug.
Date: Sat, 30 May 2020 21:03:21 +0200

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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]