From 0f9e8ee058a92d315d4cd5f6f38c73c4f7266d2f Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 28 Jun 2019 23:33:16 +0200 Subject: [PATCH] gxi: mark as broken on musl --- srcpkgs/gxi/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/gxi/template b/srcpkgs/gxi/template index f46bce515e2..b8221caaa82 100644 --- a/srcpkgs/gxi/template +++ b/srcpkgs/gxi/template @@ -14,6 +14,10 @@ homepage="https://github.com/Cogitri/gxi" distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz" checksum=7f970239815cd688218c360fba7f00b8e1eb9ee9bafc9ce578e61018cca087a1 +case $XBPS_MACHINE in + *-musl) broken="crashes rustc" ;; +esac + post_install() { vlicense LICENSE }