python31{3,4}.pkgs.scipp: enable on Darwin

The error quoted is gone now.
This commit is contained in:
Doron Behar
2026-02-07 19:42:31 +02:00
parent a148f64397
commit 601259e635
@@ -103,11 +103,5 @@ 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;
};
}