Michael Pontus
Michael Pontus
To give higher perspective, this issue prevents redux-orm code from being tested in create-react-app environment (which uses jest with [this](https://github.com/facebookincubator/create-react-app/blob/c00358376b50e44313671384c64faf420e8d0c0a/packages/babel-preset-react-app/index.js#L71) babel configuration). I would also like to link relevant discussion...
Here are some of the contents of path referenced above created by [`vendorGitDeps`](https://github.com/ipetkov/crane/blob/master/lib/vendorGitDeps.nix) and containing directory sources corresponding to registries and git repositories from the original package: ``` $ ls...
@ipetkov Here's the flake that's failling on `nix build`: [https://github.com/mpontus/centrifuge-chain/blob/parachain/flake.nix](https://github.com/mpontus/centrifuge-chain/blob/parachain/flake.nix) Running `cargo vendor` also creates a flat directory source, which seemingly contains all crates from git sources: ```sh $ ls...
@ipetkov Understood, thanks for looking into this
Trying to build the package with [naersk](https://github.com/nix-community/naersk) results in the following error: ``` shell $ nix log /nix/store/cly3xj8v6fhqw187fjasryyqyq9sibpv-centrifuge-chain-0.10.18.drv @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive...
`cargo vendor` is used by `buildRustPackage` to vendor crates for offline access during thebuild step: https://github.com/NixOS/nixpkgs/blob/1066f0ef92a2f869709eb0515694a1139f23065c/pkgs/build-support/rust/fetch-cargo-tarball/default.nix#L72 Alternative rust buildsers: crane and naersk also use it to vendor dependencies and consider...
@styfle I want to apologize for opening this PR prematurely. I did not intend to open a PR before testing the change, but somehow the auto-pilot took over and did...