Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: failed to run custom build command for phoenix-code-ide v3.10.0 (/build/source/src-tauri) #568

Open
genga898 opened this issue Dec 11, 2024 · 1 comment

Comments

@genga898
Copy link

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.

@abose
Copy link
Member

abose commented Dec 12, 2024

We already vend built binaries directly that can be used. I would recommend using those built binaries by following https://docs.phcode.dev/docs/Linux#manual-installation

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants