python3.pkgs.ale-py: add missing ninja dependency
This commit is contained in:
parent
ce3d6fe59b
commit
7eebbee4f8
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
setuptools
|
||||
wheel
|
||||
pybind11
|
||||
|
|
Loading…
Reference in a new issue