Commit 601259e6 authored by Doron Behar's avatar Doron Behar
Browse files

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

The error quoted is gone now.
parent a148f643
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;
  };
}