diff options
Diffstat (limited to 'pkgs/development/python-modules/boost-histogram/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/boost-histogram/default.nix | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/pkgs/development/python-modules/boost-histogram/default.nix b/pkgs/development/python-modules/boost-histogram/default.nix index 14eeb53c93f2..de4224d13ee7 100644 --- a/pkgs/development/python-modules/boost-histogram/default.nix +++ b/pkgs/development/python-modules/boost-histogram/default.nix @@ -1,12 +1,13 @@ -{ lib -, fetchPypi -, buildPythonPackage -, pythonOlder -, boost -, numpy -, pytestCheckHook -, pytest-benchmark -, setuptools-scm +{ + lib, + fetchPypi, + buildPythonPackage, + pythonOlder, + boost, + numpy, + pytestCheckHook, + pytest-benchmark, + setuptools-scm, }: buildPythonPackage rec { @@ -22,17 +23,11 @@ buildPythonPackage rec { hash = "sha256-lxRvc19GfVBpdqBH8/I3zlmECpUv0jH19DH4l/sAbN0="; }; - nativeBuildInputs = [ - setuptools-scm - ]; + nativeBuildInputs = [ setuptools-scm ]; - buildInputs = [ - boost - ]; + buildInputs = [ boost ]; - propagatedBuildInputs = [ - numpy - ]; + propagatedBuildInputs = [ numpy ]; nativeCheckInputs = [ pytestCheckHook |
