mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
PrusaSlicer: broken on arm
This commit is contained in:
parent
0c8f53e9a6
commit
93d0dfae1f
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ homepage="https://www.prusa3d.com/prusaslicer/"
|
|||
distfiles="https://github.com/prusa3d/Prusaslicer/archive/version_${version}.tar.gz"
|
||||
checksum=e6e0c83bf92e448ec058fd3063b84caca69f58b8b419e48eace6e8ce534937c0
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) broken="https://build.voidlinux.org/builders/armv7l_builder/builds/25230/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
Slic3rPE_package() {
|
||||
build_style=meta
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue