gxi: mark as broken on musl
This commit is contained in:
parent
bd0b2644b2
commit
0f9e8ee058
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ homepage="https://github.com/Cogitri/gxi"
|
||||||
distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz"
|
distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz"
|
||||||
checksum=7f970239815cd688218c360fba7f00b8e1eb9ee9bafc9ce578e61018cca087a1
|
checksum=7f970239815cd688218c360fba7f00b8e1eb9ee9bafc9ce578e61018cca087a1
|
||||||
|
|
||||||
|
case $XBPS_MACHINE in
|
||||||
|
*-musl) broken="crashes rustc" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue