From 3b29138b25456a8f868279ac6ce2a1b6c69fef2b Mon Sep 17 00:00:00 2001 From: "Miao, ZhiCheng" Date: Thu, 6 Jul 2023 11:54:03 +0300 Subject: [PATCH] python311Packages.py-eth-sig-utils: mark broken --- pkgs/development/python-modules/py-eth-sig-utils/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/py-eth-sig-utils/default.nix b/pkgs/development/python-modules/py-eth-sig-utils/default.nix index 3db729884035..162b2d157069 100644 --- a/pkgs/development/python-modules/py-eth-sig-utils/default.nix +++ b/pkgs/development/python-modules/py-eth-sig-utils/default.nix @@ -40,5 +40,7 @@ buildPythonPackage rec { homepage = "https://github.com/rmeissner/py-eth-sig-utils"; license = licenses.mit; maintainers = with maintainers; [ SuperSandro2000 ]; + # TODO: upstream is stale and doesn't not work with the new `eth-abi` package any more. + broken = true; }; }