diff options
Diffstat (limited to 'pkgs/development/python-modules/dm-tree/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/dm-tree/default.nix | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/dm-tree/default.nix b/pkgs/development/python-modules/dm-tree/default.nix index 071a0fee432e..27befa4f7726 100644 --- a/pkgs/development/python-modules/dm-tree/default.nix +++ b/pkgs/development/python-modules/dm-tree/default.nix @@ -1,14 +1,15 @@ -{ stdenv -, abseil-cpp -, absl-py -, attrs -, buildPythonPackage -, cmake -, fetchFromGitHub -, lib -, numpy -, pybind11 -, wrapt +{ + stdenv, + abseil-cpp, + absl-py, + attrs, + buildPythonPackage, + cmake, + fetchFromGitHub, + lib, + numpy, + pybind11, + wrapt, }: buildPythonPackage rec { @@ -23,9 +24,7 @@ buildPythonPackage rec { hash = "sha256-VvSJTuEYjIz/4TTibSLkbg65YmcYqHImTHOomeorMJc="; }; - patches = [ - ./cmake.patch - ]; + patches = [ ./cmake.patch ]; dontUseCmakeConfigure = true; @@ -53,6 +52,9 @@ buildPythonPackage rec { description = "Tree is a library for working with nested data structures."; homepage = "https://github.com/deepmind/tree"; license = licenses.asl20; - maintainers = with maintainers; [ samuela ndl ]; + maintainers = with maintainers; [ + samuela + ndl + ]; }; } |
