From 601259e63529006aa850fc13ea8e17c0c7a5de57 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 7 Feb 2026 19:42:29 +0200 Subject: [PATCH] python31{3,4}.pkgs.scipp: enable on Darwin The error quoted is gone now. --- pkgs/development/python-modules/scipp/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/scipp/default.nix b/pkgs/development/python-modules/scipp/default.nix index e02428a1b997..c55b1938bc5a 100644 --- a/pkgs/development/python-modules/scipp/default.nix +++ b/pkgs/development/python-modules/scipp/default.nix @@ -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; }; }