hexyl: fix crossbuild
This commit is contained in:
parent
b5bbb4266b
commit
250c6b812c
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hexyl'
|
# Template file for 'hexyl'
|
||||||
pkgname=hexyl
|
pkgname=hexyl
|
||||||
version=0.5.1
|
version=0.5.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Command-line hex viewer"
|
short_desc="Command-line hex viewer"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
|
@ -14,6 +14,11 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951"
|
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
cargo update --package ctrlc --precise 3.1.3
|
||||||
|
cargo update --package nix --precise 0.14.1
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue