Re: Why does Guix duplicate dependency versions from Cargo.toml?

2023-08-24 Thread Jonas Møller
--- On Thursday, August 24th, 2023 at 09:05, ( wrote: > > > Jonas Møller jonas@moller.systems writes: > > > Hi Guix! Why does cargo-build-system need #:cargo-inputs specified in the > > package definition? This seems like a > > big mistake for a couple

Why does Guix duplicate dependency versions from Cargo.toml?

2023-08-23 Thread Jonas Møller
Hi Guix! Why does cargo-build-system need #:cargo-inputs specified in the package definition? This seems like a big mistake for a couple of reasons. - It is completely redundant, it should match what is in Cargo.toml. I know `guix import crate` exists to automate this process, but I don't