unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* guix import crate wraps #:cargo-inputs twice
@ 2019-06-21 21:53 Arne Babenhauserheide
  2019-06-30 16:17 ` Ivan Petkov
  0 siblings, 1 reply; 10+ messages in thread
From: Arne Babenhauserheide @ 2019-06-21 21:53 UTC (permalink / raw)
  To: Guix-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-08-19 12:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21 21:53 guix import crate wraps #:cargo-inputs twice Arne Babenhauserheide
2019-06-30 16:17 ` 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

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).