From aa5be78c39c05b76cd0c4ae5fcb59b9c5c1d91cc Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 31 May 2024 12:22:24 +0200 Subject: [PATCH] python311Packages.ionhash: mark as broken --- pkgs/development/python-modules/ionhash/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/ionhash/default.nix b/pkgs/development/python-modules/ionhash/default.nix index 5ccb6a652904..8d99e24101f3 100644 --- a/pkgs/development/python-modules/ionhash/default.nix +++ b/pkgs/development/python-modules/ionhash/default.nix @@ -46,5 +46,6 @@ buildPythonPackage rec { homepage = "https://github.com/amzn/ion-hash-python"; license = licenses.asl20; maintainers = [ maintainers.terlar ]; + broken = true; # last successful build 2023-09-28 }; }