summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/afdko
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2023-08-23 23:56:47 +0200
committerGitHub <noreply@github.com>2023-08-23 23:56:47 +0200
commit1e23ff55be53d9328f705ff4ed8feb51b0b7ac9b (patch)
treea103b9c12462ba563b199884a38a091d936642c4 /pkgs/development/python-modules/afdko
parent2ead800ce76e7a0155748841685a7387fa216fd4 (diff)
python3.pkgs.afdko: add ninja to nativeBuildInputs (#250987)
After #248866, we have stronger build-time dependency validation This fixes "ERROR: Missing dependencies: ninja"
Diffstat (limited to 'pkgs/development/python-modules/afdko')
-rw-r--r--pkgs/development/python-modules/afdko/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/afdko/default.nix b/pkgs/development/python-modules/afdko/default.nix
index dc14fdf51ac6..214a85f8c915 100644
--- a/pkgs/development/python-modules/afdko/default.nix
+++ b/pkgs/development/python-modules/afdko/default.nix
@@ -23,6 +23,7 @@
, setuptools-scm
, scikit-build
, cmake
+, ninja
, antlr4_9
, libxml2
, pytestCheckHook
@@ -47,6 +48,7 @@ buildPythonPackage rec {
setuptools-scm
scikit-build
cmake
+ ninja
];
buildInputs = [