-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New package: pixi v0.62.2 #58480
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
base: master
Are you sure you want to change the base?
New package: pixi v0.62.2 #58480
Conversation
Duncaen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes need to be squashed into one commit and follow the commit title format: https://github.com/void-linux/void-packages/blob/096b05ebc9b25224ae0fd14b3bc83a0dc6c7f9f4/CONTRIBUTING.md#committing-your-changes.
srcpkgs/pixi/template
Outdated
| vlicense LICENSE | ||
|
|
||
| for shell in bash fish zsh; do | ||
| ${DESTDIR}/usr/bin/pixi completion -s ${shell} > pixi.${shell} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The binary can't be executed when cross compiling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How should I write for cross compiling?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add build_helper="qemu"
and do vtargetrun "${DESTDIR}/usr/bin/pixi" ... see other templates like srcpkgs/ty/template.
srcpkgs/pixi/template
Outdated
| revision=1 | ||
| build_style=cargo | ||
| make_install_args="--path crates/pixi" | ||
| hostmakedepends="cargo-auditable cmake nushell pkg-config" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cargo-auditable should already be installed by default through build_style=cargo. Is nushell actually required to build it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upon examining the codebase, nushell is not required for the build.
Testing the changes
New package
Local build testing