bug-guix
[Top][All Lists]
Advanced

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

bug#39041: cargo-build-system expects build dependencies to be in #:carg


From: Valentin Ignatev
Subject: bug#39041: cargo-build-system expects build dependencies to be in #:cargo-inputs, but the importer places them to #:cargo-development-inputs
Date: Wed, 8 Jan 2020 20:27:15 +0300

As the subject states, when you import a cargo package from crates.io,
importer places build dependencies to #:cargo-development-inputs, but
when you build the package, cargo fails to find such dependencies. It
works well if you move build deps from #:cargo-development-inputs to
#:cargo-inputs.

One example of this behavior is terminfo package and its phf-codegen
dependency. Another example is x11-dl package and its pkg-config
dependency

Regards,
Valentin





reply via email to

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