python313Packages.scipp: mark as broken on Darwin

This commit is contained in:
Doron Behar
2025-06-17 16:55:00 +02:00
parent acf24778de
commit fc0fe857a1
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
@@ -103,5 +104,11 @@ buildPythonPackage rec {
homepage = "https://scipp.github.io";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ doronbehar ];
# Got:
#
# error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
#
# Needs debugging along with upstream.
broken = stdenv.hostPlatform.isDarwin;
};
}