guix-devel
[Top][All Lists]
Advanced

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

guix import crate wraps #:cargo-inputs twice


From: Arne Babenhauserheide
Subject: guix import crate wraps #:cargo-inputs twice
Date: Fri, 21 Jun 2019 23:53:41 +0200
User-agent: mu4e 1.2.0; emacs 26.1

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


reply via email to

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