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 = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
|
ninja
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
pybind11
|
pybind11
|
||||||
|
|
Loading…
Reference in a new issue