guix-patches
[Top][All Lists]
Advanced

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

[bug#48314] [PATCH v3] Install guix system on Raspberry Pi


From: Maxime Devos
Subject: [bug#48314] [PATCH v3] Install guix system on Raspberry Pi
Date: Thu, 14 Apr 2022 10:32:06 +0200
User-agent: Evolution 3.38.3-1

phodina via Guix-patches via schreef op do 14-04-2022 om 07:38 [+0000]:
> +        `(modify-phases ,phases
> +           (replace 'configure

To get rid of the #< error, replace this by

  #~(modify-phases #$phases [...])

(and replace the , by #$ etc).

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]