diff --git a/srcpkgs/tasknc/template b/srcpkgs/tasknc/template index 75977d5ea44..fa975aad36c 100644 --- a/srcpkgs/tasknc/template +++ b/srcpkgs/tasknc/template @@ -16,6 +16,11 @@ homepage="https://github.com/lharding/tasknc" distfiles="https://github.com/lharding/tasknc/archive/${_hash}.tar.gz" checksum=40b7386b1d066b74bd217c76cfdce13f14589223206584a5e2acb931291ade42 +case "${XBPS_TARGET_MACHINE}" in + *-musl) broken="src/test.c:170:12: error: assignment of read-only variable 'stdout'";; + *) ;; +esac + post_install() { vlicense LICENSE }