10 buildPythonPackage rec {
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
16 owner = "Chia-Network";
19 hash = "sha256-kTmuiy0IbTGjDokZjxp3p8lr/0uVxG/0pRN2hETLBtA=";
26 # give a hint to setuptools-scm on package version
27 SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}";
29 propagatedBuildInputs = [
38 # all tests in this file have a circular dependency on clvm-tools
42 pythonImportsCheck = [
47 description = "Chia Lisp virtual machine";
48 homepage = "https://www.chia.net/";
49 license = licenses.asl20;
50 maintainers = teams.chia.members;