diff --git a/srcpkgs/intel-gpu-tools/template b/srcpkgs/intel-gpu-tools/template index 1354686dff..1fd8ed0479 100644 --- a/srcpkgs/intel-gpu-tools/template +++ b/srcpkgs/intel-gpu-tools/template @@ -17,6 +17,11 @@ checksum=dcf256112d2692aa49ce6c6d17a898f60b3709b98c2f1c4592b23d22371462bd lib32disabled=yes only_for_archs="i686 i686-musl x86_64 x86_64-musl" +case "$XBPS_TARGET_MACHINE" in + # needs SIGEV_THREAD_ID + *-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/11948/steps/shell_3/logs/stdio";; +esac + post_install() { vlicense COPYING }