Loading pkgs/development/python-modules/plopp/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -36,14 +36,14 @@ buildPythonPackage (finalAttrs: { pname = "plopp"; version = "25.11.0"; version = "26.2.0"; pyproject = true; src = fetchFromGitHub { owner = "scipp"; repo = "plopp"; tag = finalAttrs.version; hash = "sha256-3vmHRPjv7iUd6ky7XzfdChpAI++ELh6vwmtELK7dwaE="; hash = "sha256-JYgha+gmp9Ht6Ly9+i6dT+jdiDgsAEH5qH5MJ4n9LR8="; }; build-system = [ Loading Loading @@ -77,6 +77,7 @@ buildPythonPackage (finalAttrs: { disabledTests = lib.optionals (pythonAtLeast "3.14") [ # RuntimeError: There is no current event loop in thread 'MainThread' "test_move_cut" "test_value_cuts" ]; env = { Loading pkgs/development/python-modules/scipp/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -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; }; } Loading
pkgs/development/python-modules/plopp/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -36,14 +36,14 @@ buildPythonPackage (finalAttrs: { pname = "plopp"; version = "25.11.0"; version = "26.2.0"; pyproject = true; src = fetchFromGitHub { owner = "scipp"; repo = "plopp"; tag = finalAttrs.version; hash = "sha256-3vmHRPjv7iUd6ky7XzfdChpAI++ELh6vwmtELK7dwaE="; hash = "sha256-JYgha+gmp9Ht6Ly9+i6dT+jdiDgsAEH5qH5MJ4n9LR8="; }; build-system = [ Loading Loading @@ -77,6 +77,7 @@ buildPythonPackage (finalAttrs: { disabledTests = lib.optionals (pythonAtLeast "3.14") [ # RuntimeError: There is no current event loop in thread 'MainThread' "test_move_cut" "test_value_cuts" ]; env = { Loading
pkgs/development/python-modules/scipp/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -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; }; }