fractal: armv6l-musl broken
This commit is contained in:
parent
073e6615e6
commit
e617fa27ea
|
@ -16,6 +16,10 @@ homepage="https://wiki.gnome.org/Apps/Fractal"
|
|||
distfiles="https://gitlab.gnome.org/World/fractal/-/archive/$version/$pkgname-$version.tar.gz"
|
||||
checksum=f55b01dba5512abedd907d65bf1cd3a96243d81004152cd681ce7e306f777c2f
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6l-musl) broken="error: Could not compile gtk." ;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
pre_build() {
|
||||
vsed -i scripts/cargo.sh \
|
||||
|
|
Loading…
Reference in New Issue