From: Tobias Geerinckx-Rice <me@tobias.gr>
To: help-guix@gnu.org
Subject: Re: "invalid input: python"
Date: Thu, 05 Mar 2020 07:08:44 +0100 [thread overview]
Message-ID: <878skf72w8.fsf@nckx> (raw)
In-Reply-To: <CAEEhgEvFdPw6cxz0-5fQ85zk5JVwdVFH7xwVo0e+oJk4ebwysg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 237 bytes --]
Nathan Dehnel 写道:
> (arguments
> '(#:python ,python-2))
^^
You're trying to unquote inside a regular (non-quasi)quote.
Instead:
(arguments
`(#:python ,python-2))
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
prev parent reply other threads:[~2020-03-05 6:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-05 5:56 "invalid input: python" Nathan Dehnel
2020-03-05 6:08 ` Tobias Geerinckx-Rice [this message]
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=878skf72w8.fsf@nckx \
--to=me@tobias.gr \
--cc=help-guix@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.