12 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-t0Fnsh9B83KiT5dFVVfHs7sm9HyNbMsp6goj3esoph8=";
22 nativeBuildInputs = [ cmake setuptools-scm ];
24 buildInputs = [ pybind11 ];
30 # CMake needs to be run by setuptools rather than by its hook
34 broken = stdenv.isDarwin;
35 description = "Chia's implementation of BIP 158";
36 homepage = "https://www.chia.net/";
37 license = licenses.asl20;
38 maintainers = teams.chia.members;