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