> Do you need both nss-certs and curl?

Hi Efraim, yes, I need both, oddly enough. If I remove one of them the build 
fails with the error message in the README that I provided.

> I saw in a later commit you said it's working.

I'm able to build main.rs with the guix installed tools but I'm not able to use 
guix-installed crate dependencies.

I ended up installing the crates with cargo by fetching them from crates.io 
with the following invocations:

cargo fetch
cargo update
cargo build

Not sure at the moment how to get cargo to defer to guix for managing the 
crates when doing development... WDYT
 
> Also, rust-analyzer is basically a convenience package around the
> rust-analyzer binary from rust:tools since we don't have a way to
> deprecate packages and point them to alternate outputs.

I was wondering why it existed as I looked inside the bin of the output of 
rust:tools and also saw it there. 

Thanks for clarifying that. I'll remove rust-analyzer from my manifest.

thanks for the help,

jgart

Reply via email to