python3.pkgs.ale-py: add missing ninja dependency

This commit is contained in:
Theodore Ni 2023-08-19 09:36:35 -07:00
parent ce3d6fe59b
commit 7eebbee4f8
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -39,6 +39,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
cmake
ninja
setuptools
wheel
pybind11