python310Packages.hwi: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2023-08-22 07:57:36 +02:00 committed by GitHub
parent 728a648676
commit c5d339d789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ buildPythonPackage rec {
version = "2.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "bitcoin-core";
repo = "HWI";