I am trying to package this desktop app for nixpkgs as referenced in this issue, I am getting a build error error: failed to run custom build command for phoenix-code-ide v3.10.0 (/build/source/src-tauri), I am not really familiar with rust or cargo, just nix and packaging derivations.
I'd like to point out the fact that the phoenix-code-ide crate is on version 3.10.0 in the Cargo.toml file but on version 3.9.4 in the Cargo.lock file which I presume could be causing the issue.
I am trying to package this desktop app for nixpkgs as referenced in this issue, I am getting a build error
error: failed to run custom build command for phoenix-code-ide v3.10.0 (/build/source/src-tauri), I am not really familiar with rust or cargo, just nix and packaging derivations.I'd like to point out the fact that the
phoenix-code-idecrate is on version3.10.0in theCargo.tomlfile but on version3.9.4in theCargo.lockfile which I presume could be causing the issue.