help-guix
[Top][All Lists]
Advanced

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

Re: "invalid input: python"


From: Tobias Geerinckx-Rice
Subject: Re: "invalid input: python"
Date: Thu, 05 Mar 2020 07:08:44 +0100

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: signature.asc
Description: PGP signature


reply via email to

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