Unverified Commit 7eebbee4 authored by Theodore Ni's avatar Theodore Ni
Browse files

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

parent ce3d6fe5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    cmake
    ninja
    setuptools
    wheel
    pybind11