guix-patches
[Top][All Lists]
Advanced

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

[bug#55891] [PATCH] gnu: Add iec16022


From: Remco van 't Veer
Subject: [bug#55891] [PATCH] gnu: Add iec16022
Date: Fri, 10 Jun 2022 19:36:25 +0200
User-agent: mu4e 1.6.11; emacs 28.1

2022/06/10 17:42, Maxime Devos:

> Remco van 't Veer schreef op vr 10-06-2022 om 17:04 [+0200]:
>> +    (arguments
>> +     '(#:phases (modify-phases %standard-phases
>> +                  (add-before 'bootstrap 'disable-autogen-configure
>> +                    (lambda _
>> +                      (substitute* "autogen.sh"
>> +                        (("^\\./configure") "# nop")))))))
>
> As per <https://logs.guix.gnu.org/guix/2022-06-09.log#194339>, I
> recommend doing eliminating the ' in favour of 'list':
>
> (arguments
>   (list #:phases
>         #~(modify-phases [...])))

done

reply via email to

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