Rishi Desai

Results 16 issues of Rishi Desai

I want to be able to use the stonefish simulator for boats and I was wondering if that has ever been tried.

I am getting this error when I have a project with the rust time crate: ``` error: builder for '/nix/store/rkrrfg6by2fbim5a7vqj22i3kiznrsxy-rust_time-macros-0.1.1.drv' failed with exit code 1; last 8 log lines: >...

The menv crate has a proc macro so adding it to the proc-macro override.

I am building a rust package that has a dependency where deranged is a child dependency and I get the following error: ``` Building lib: RUSTC 'src/lib.rs' '--out-dir=/nix/store/z8smkvvlv80qm9rc3ws5nans6gzg6zyp-rust_deranged-0.3.11/lib' '->error[E0433]: failed...

The `setCargoCommonBuildEnv` function in `builder-common.sh` doesn't properly use `BASH_REMATCH` to parse the version number. The 0 index of `BASH_REMATCH` is the whole string so the `CARGO_PKG_VERSION_MAJOR` was failing with an...