bug-guix
[Top][All Lists]
Advanced

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

bug#53368: [PATCH v3] Added orca-lang package


From: Maxime Devos
Subject: bug#53368: [PATCH v3] Added orca-lang package
Date: Wed, 23 Mar 2022 16:57:12 +0100
User-agent: Evolution 3.38.3-1

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.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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