[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#46826: [debian] compilation from git fails
From: |
cage |
Subject: |
bug#46826: [debian] compilation from git fails |
Date: |
Mon, 1 Mar 2021 14:12:24 +0100 |
On Mon, Mar 01, 2021 at 12:42:08PM +0100, Maxime Devos wrote:
Hi!
>
> Perhaps replace (when COND STUFF) with (define _ (when COND STUFF))? That
> should
> be ok for both guile2.2 and guile3.0. It's not very aesthetical, but if the
> alternative is putting everything below (when COND STUFF) in a let form
> (leading to more indentation), perhaps that's ok.
>
> cage, could you verify whether this patch works for you?
I wrapped that form in a (define _ ...) and I was able to compile guix
without errors.
Bye!
C.