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;
|
||||
|
||||
@@ -900,7 +900,7 @@ self: super: with self; {
|
||||
awkward = callPackage ../development/python-modules/awkward { };
|
||||
|
||||
awkward-cpp = callPackage ../development/python-modules/awkward-cpp {
|
||||
inherit (pkgs) cmake;
|
||||
inherit (pkgs) cmake ninja;
|
||||
};
|
||||
|
||||
aws-adfs = callPackage ../development/python-modules/aws-adfs { };
|
||||
|
||||
Reference in New Issue
Block a user