python3.pkgs.awkward-cpp: add ninja build dependency
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, cmake
|
||||
, ninja
|
||||
, numpy
|
||||
, pybind11
|
||||
, scikit-build-core
|
||||
@@ -23,6 +24,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
pybind11
|
||||
scikit-build-core
|
||||
] ++ scikit-build-core.optional-dependencies.pyproject;
|
||||
|
||||
Reference in New Issue
Block a user