14 buildPythonPackage rec {
18 src = fetchFromGitHub {
22 hash = "sha256-rg6dcGcbTGfK3h4WAyhwCjgM3o64Jj2SImxNsZXJHHM=";
29 dontUseCmakeConfigure = true;
48 pythonImportsCheck = [ "tree" ];
51 broken = stdenv.isDarwin;
52 description = "Tree is a library for working with nested data structures.";
53 homepage = "https://github.com/deepmind/tree";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ samuela ndl ];