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
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
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
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
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-