Re: Packaging: Need some help replacing a check phase

2022-12-26 Thread Luis Felipe
Hi Maxime, On Monday, December 26th, 2022 at 19:04, Maxime Devos wrote: > > On 26-12-2022 17:15, Luis Felipe wrote: > > > Hi, > > > > I'm packaging a Guile software but the package fails to build when I try to > > replace the check phase, and I can't see what I'm doing wrong. > > As me

Re: Packaging: Need some help replacing a check phase

2022-12-26 Thread Luis Felipe
Hi Kaelyn, On Monday, December 26th, 2022 at 18:22, Kaelyn wrote: > I believe the build fails because the guile-build-system deletes the 'check > phase. From guix/build/guile-build-system.scm: > > (define %standard-phases > (modify-phases gnu:%standard-phases > (delete 'bootstrap) > (delete

Re: Packaging: Need some help replacing a check phase

2022-12-26 Thread Maxime Devos
On 26-12-2022 17:15, Luis Felipe wrote: Hi, I'm packaging a Guile software but the package fails to build when I try to replace the check phase, and I can't see what I'm doing wrong. As mentioned by Kaelyn, guile-build-system doesn't have a check phase to replace. The patch series at

Re: Packaging: Need some help replacing a check phase

2022-12-26 Thread Kaelyn
Hi Luis, --- Original Message --- On Monday, December 26th, 2022 at 4:15 PM, Luis Felipe wrote: > > > Hi, > > I'm packaging a Guile software but the package fails to build when I try to > replace the check phase, and I can't see what I'm doing wrong. > > This is the package defini

Packaging: Need some help replacing a check phase

2022-12-26 Thread Luis Felipe
Hi, I'm packaging a Guile software but the package fails to build when I try to replace the check phase, and I can't see what I'm doing wrong. This is the package definition: ٭٭ (define-module (packages guile-proba) #:use-module (gnu packages guile) #:use-module (gnu packages guile-