From: Maxime Devos <maximedevos@telenet.be>
To: 53039@debbugs.gnu.org
Subject: [bug#53039] [PATCH] build-system/python: Change let* to let.
Date: Sun, 09 Jan 2022 22:03:31 +0100 [thread overview]
Message-ID: <0cecb536c6d706cd018a121f6595810b2b374347.camel@telenet.be> (raw)
In-Reply-To: <20220105224600.9227-1-jgart@dismail.de>
[-- Attachment #1: Type: text/plain, Size: 460 bytes --]
retitle [PATCH core-updates-frozen] build-system-python: Change let* to let.
thanks
>[python-build-system.scm]
> - (let* ((out (python-output outputs))
> - (python (assoc-ref inputs "python")))
> + (let ((out (python-output outputs))
> + (python (assoc-ref inputs "python")))
According to "guix refresh -l python-six", this would rebuild a lot
(at least 3122), so this would need to be done on core-updates. Seems
ok otherwise.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
next prev parent reply other threads:[~2022-01-09 21:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-05 22:46 [bug#53039] [PATCH] build-system/python: Change let* to let jgart via Guix-patches via
2022-01-09 21:03 ` Maxime Devos [this message]
2022-05-18 13:06 ` bug#53039: " Maxim Cournoyer
2022-05-19 4:50 ` [bug#53039] " jgart via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0cecb536c6d706cd018a121f6595810b2b374347.camel@telenet.be \
--to=maximedevos@telenet.be \
--cc=53039@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.