bear: use ninja

This commit is contained in:
Emily 2023-06-19 09:27:54 +01:00 committed by Justin Restivo
parent ec4de10162
commit 3637fa5b79

View File

@ -2,6 +2,7 @@
, fetchFromGitHub
, fetchpatch
, cmake
, ninja
, pkg-config
, grpc
, protobuf
@ -31,6 +32,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
ninja
pkg-config
# Used for functional tests, which run during buildPhase.