unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Arne Babenhauserheide <arne_bab@web.de>
To: Guix-devel <guix-devel@gnu.org>
Subject: guix import crate wraps #:cargo-inputs twice
Date: Fri, 21 Jun 2019 23:53:41 +0200	[thread overview]
Message-ID: <874l4ili56.fsf@web.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

Hi,

When using guix import crate flamer, it generates a pattern like

  (arguments
    `((#:cargo-inputs
       (("rust-flame" ,rust-flame)
        ("rust-quote" ,rust-quote)
        ("rust-syn" ,rust-syn)))))

the correct pattern would however be 

  (arguments
    `(#:cargo-inputs
       (("rust-flame" ,rust-flame)
        ("rust-quote" ,rust-quote)
        ("rust-syn" ,rust-syn))))

The same is true for cargo-development-inputs.

I’m currently fixing that by hand, but a fix would be really useful.

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1076 bytes --]

             reply	other threads:[~2019-06-21 21:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-21 21:53 Arne Babenhauserheide [this message]
2019-06-30 16:17 ` guix import crate wraps #:cargo-inputs twice Ivan Petkov
2019-06-30 21:20   ` Arne Babenhauserheide
2019-06-30 22:09     ` Ivan Petkov
2019-07-02  8:05       ` Jelle Licht
2019-07-03 16:08         ` Ivan Petkov
2019-07-03 20:45           ` Pjotr Prins
2019-07-01  8:39     ` swedebugia
2019-07-01 19:57       ` Ricardo Wurmus
2019-08-19 12:13     ` Pjotr Prins

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874l4ili56.fsf@web.de \
    --to=arne_bab@web.de \
    --cc=guix-devel@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).