Ivan Petkov

Results 154 comments of Ivan Petkov

> When you use [patch], at least one other crate in the vendored deps needs the patched version in order to compile. However, the Cargo.lock will indeed contain an entry...

Hi @basbebe thanks for the report! What does your `Cargo.lock` file look like? Do the entries for crates reference crates.io or your own registry? The way vendoring works is we...

> Where would I put the `postUnpack` step? > Into a buildDepsOnly step or as an argument to all crane derivations? You'd want it to run as part of all...

Hi @mrene thanks for the report! `removeReferencesToVendoredSources` intentionally runs as a postInstall hook so it can be somewhat agnostic to how/what binaries get installed (e.g. `buildPackage` uses the cargo build...