Unverified Commit c5d339d7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.hwi: disable on unsupported Python releases

parent 728a6486
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ buildPythonPackage rec {
  version = "2.3.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "bitcoin-core";
    repo = "HWI";