diff options
Diffstat (limited to 'pkgs/development/python-modules/pyosmium/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pyosmium/default.nix | 47 |
1 files changed, 22 insertions, 25 deletions
diff --git a/pkgs/development/python-modules/pyosmium/default.nix b/pkgs/development/python-modules/pyosmium/default.nix index 08599707498e..664054df075b 100644 --- a/pkgs/development/python-modules/pyosmium/default.nix +++ b/pkgs/development/python-modules/pyosmium/default.nix @@ -1,22 +1,23 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, cmake -, libosmium -, protozero -, boost -, expat -, bzip2 -, zlib -, pybind11 -, pythonOlder -, pytest-httpserver -, pytestCheckHook -, shapely -, werkzeug -, isPyPy -, lz4 -, requests +{ + lib, + buildPythonPackage, + fetchFromGitHub, + cmake, + libosmium, + protozero, + boost, + expat, + bzip2, + zlib, + pybind11, + pythonOlder, + pytest-httpserver, + pytestCheckHook, + shapely, + werkzeug, + isPyPy, + lz4, + requests, }: buildPythonPackage rec { @@ -33,9 +34,7 @@ buildPythonPackage rec { hash = "sha256-DBFDAKNrD93MRXjoM8dIJQ/HJ9Aj8oMJuPVQxTrKYfI="; }; - nativeBuildInputs = [ - cmake - ]; + nativeBuildInputs = [ cmake ]; buildInputs = [ libosmium @@ -48,9 +47,7 @@ buildPythonPackage rec { lz4 ]; - propagatedBuildInputs = [ - requests - ]; + propagatedBuildInputs = [ requests ]; preBuild = "cd .."; |
