fizz: use Ninja

(cherry picked from commit 1c1d6a6ba2)
(cherry picked from commit 04e66d17a3)
This commit is contained in:
Emily 2024-11-13 14:07:00 +00:00 committed by Vladimír Čunát
parent b76f9f3439
commit 61c6aeaa31
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -5,6 +5,7 @@
fetchFromGitHub,
cmake,
ninja,
folly,
openssl,
@ -32,7 +33,10 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-IHWotiVUjGOvebXy4rwsh8U8UMxTrF1VaqXzZMjojiM=";
};
nativeBuildInputs = [ cmake ];
nativeBuildInputs = [
cmake
ninja
];
buildInputs =
[