Skip to content

Commit

Permalink
python3.pkgs.afdko: add ninja to nativeBuildInputs (#250987)
Browse files Browse the repository at this point in the history
After #248866, we have stronger build-time dependency validation
This fixes "ERROR: Missing dependencies: ninja"
  • Loading branch information
yuyuyureka authored Aug 23, 2023
1 parent 2ead800 commit 1e23ff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/afdko/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
, setuptools-scm
, scikit-build
, cmake
, ninja
, antlr4_9
, libxml2
, pytestCheckHook
Expand All @@ -47,6 +48,7 @@ buildPythonPackage rec {
setuptools-scm
scikit-build
cmake
ninja
];

buildInputs = [
Expand Down

0 comments on commit 1e23ff5

Please sign in to comment.