python312Packages.libarcus: mark broken

It fails to build with

    Could NOT find SIP (missing: SIP_EXECUTABLE) (found version "4.19.25")

even if distutils is added to nativeBuildInputs.
This commit is contained in:
Robert Schütz 2024-10-04 13:06:20 -07:00
parent 78389c563c
commit 959bc1bbf4

View File

@ -39,6 +39,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
broken = true;
description = "Communication library between internal components for Ultimaker software";
homepage = "https://github.com/Ultimaker/libArcus";
license = licenses.lgpl3Plus;