Christopher Rodriguez schreef op wo 23-03-2022 om 10:42 [-0400]: > > Why are these phases deleted? > > Went back and audited the phases I initially deleted; Two remain > deleted in this patch: configure, and check. This is due to the > package not using a configure script, nor having any 'check' defined > for make.
In that case, you can use #:tests? #false to disable tests:
(package
[...]
(arguments
(list #:tests? #false
#:phases ...)))
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
