Hi Tanguy, > I've just submitted 2 patches to add 2 trivial rust dependencies I need. > But even with those, `fd` does not build! :-( Nice! I have a working set of patches. I'll attach them so you can compare. > > ``` > starting phase `build' > error: no matching package named `term_size` found > location searched: registry `https://github.com/rust-lang/crates.io-index` > perhaps you meant: term_size > required by package `clap v2.33.0` > ... which is depended on by `fd-find v7.4.0 (/tmp/guix-build-fd-7.4.0.drv-0/fd-find-7.4.0)` > command "cargo" "build" "--release" failed with status 101 > ``` > > I tried adding `term_size` to `cargo-inputs` or to `cargo-development-inputs`, > but it did not solve my problem. Am I missing something?! > > I'm not a rust specialist, so any help would be welcome! Clap is missing a dependency in our package set currently. My patches fix that. Good luck! John