mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
7 lines
377 B
Markdown
7 lines
377 B
Markdown
Apply these instructions after generating the `Cargo.nix` file.
|
|
|
|
- Find `veloren-common` crate in `Cargo.nix`:
|
|
- Comment the `optional = true;` line for "structopt" and "csv" dependencies.
|
|
- See [this issue](https://github.com/kolloch/crate2nix/issues/129) on `crate2nix` repository for more info.
|
|
- Note that the suggested workaround in the issue **does not** work for us.
|