diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template index e0785ce8404..a62e4845613 100644 --- a/srcpkgs/freecad/template +++ b/srcpkgs/freecad/template @@ -34,6 +34,10 @@ homepage="https://freecadweb.org/" distfiles="https://github.com/FreeCAD/FreeCAD/archive/${version}.tar.gz" checksum=ae017393476b6dc7f1192bcaf91ceedc2f9b791f2495307ce7c45efadb5266fb +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9439/steps/shell_3/logs/stdio";; +esac + post_install() { # AppHomePath is computed with binary's realpath: # do not move binaries but symlink them instead.