python313Packages.svgdigitizer: mark as broken on Darwin

This commit is contained in:
Doron Behar
2025-07-09 18:03:54 +03:00
parent 500d5bcce1
commit 42cbb4f64d
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
stdenv,
# build-system
setuptools,
@@ -77,5 +78,7 @@ buildPythonPackage rec {
changelog = "https://github.com/echemdb/svgdigitizer/blob/${src.rev}/ChangeLog";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ doronbehar ];
# https://github.com/echemdb/svgdigitizer/issues/252
broken = stdenv.hostPlatform.isDarwin;
};
}