You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
But if you want to build it from source there is an issue you need to consider. Phcode only builds on version ubuntu version 22/ Debian 13 or lower currently, but should build on fedora and other distros. This is a limitation of Tauri an not us: tauri-apps/tauri#9662 .Please read this issue to make sure your OS is supported for the build.
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 version3.10.0
in theCargo.toml
file but on version3.9.4
in theCargo.lock
file which I presume could be causing the issue.The text was updated successfully, but these errors were encountered: