14 buildPythonPackage rec {
17 format = "setuptools";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-VvSJTuEYjIz/4TTibSLkbg65YmcYqHImTHOomeorMJc=";
30 dontUseCmakeConfigure = true;
49 pythonImportsCheck = [ "tree" ];
52 broken = stdenv.isDarwin;
53 description = "Tree is a library for working with nested data structures.";
54 homepage = "https://github.com/deepmind/tree";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ samuela ndl ];