diff --git a/srcpkgs/fractal/template b/srcpkgs/fractal/template index 5c9328a0895..67ac3c03626 100644 --- a/srcpkgs/fractal/template +++ b/srcpkgs/fractal/template @@ -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 \