diff options
Diffstat (limited to 'pkgs/development/python-modules/deepdish/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/deepdish/default.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/deepdish/default.nix b/pkgs/development/python-modules/deepdish/default.nix index 7033e2f9f851..419a338d31cf 100644 --- a/pkgs/development/python-modules/deepdish/default.nix +++ b/pkgs/development/python-modules/deepdish/default.nix @@ -1,9 +1,10 @@ -{ lib -, fetchPypi -, buildPythonPackage -, numpy -, scipy -, tables +{ + lib, + fetchPypi, + buildPythonPackage, + numpy, + scipy, + tables, }: buildPythonPackage rec { @@ -22,9 +23,7 @@ buildPythonPackage rec { tables ]; - pythonImportsCheck = [ - "deepdish" - ]; + pythonImportsCheck = [ "deepdish" ]; # nativeCheckInputs = [ # pandas |
