GNU bug report logs - #55891
[PATCH] gnu: Add iec16022

Previous Next

Package: guix-patches;

Reported by: Remco van 't Veer <remco <at> remworks.net>

Date: Fri, 10 Jun 2022 15:06:01 UTC

Severity: normal

Tags: patch

Full log


Message #8 received at 55891 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Remco van 't Veer <remco <at> remworks.net>, 55891 <at> debbugs.gnu.org
Subject: Re: [bug#55891] [PATCH] gnu: Add iec16022
Date: Fri, 10 Jun 2022 17:42:20 +0200
[Message part 1 (text/plain, inline)]
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 [...])))

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 306 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.