slic3r-prusa3d: mark as broken on aarch64
This commit is contained in:
parent
0dd86a350d
commit
5ebf16dc9e
@ -122,7 +122,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "G-code generator for 3D printer";
|
description = "G-code generator for 3D printer";
|
||||||
homepage = https://github.com/prusa3d/Slic3r;
|
homepage = https://github.com/prusa3d/Slic3r;
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
platforms = subtractLists ["aarch64-linux"] platforms.linux;
|
|
||||||
maintainers = with maintainers; [ tweber ];
|
maintainers = with maintainers; [ tweber ];
|
||||||
|
broken = stdenv.hostPlatform.isAarch64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user