diff --git a/srcpkgs/gxi/template b/srcpkgs/gxi/template index e68846841d..31f1a2b549 100644 --- a/srcpkgs/gxi/template +++ b/srcpkgs/gxi/template @@ -13,6 +13,11 @@ homepage="https://github.com/Cogitri/gxi" distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz" checksum=3e5420a284d685490887d96aba2a2eab9d41a6baa1e6b800d077e2ecf246422f +case "$XBPS_TARGET_MACHINE" in + x86_64-musl) ;; + *-musl) broken="error: Could not compile 'glib'." ; +esac + if [ "$CROSS_BUILD" ]; then configure_args+="-Drust-target=${RUST_TARGET}" fi