fb303: use Ninja

(cherry picked from commit 2801ca739a)
(cherry picked from commit 17d32ff843579d847c14ff8b81c7ca3b57bcc08c)
This commit is contained in:
Emily
2024-11-30 15:11:29 +01:00
committed by Vladimír Čunát
parent 05f382622d
commit 6266ce9ebf
+5 -1
View File
@@ -5,6 +5,7 @@
fetchFromGitHub,
cmake,
ninja,
gflags,
glog,
@@ -27,7 +28,10 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-Jtztb8CTqvRdRjUa3jaouP5PFAwoM4rKLIfgvOyXUIg=";
};
nativeBuildInputs = [ cmake ];
nativeBuildInputs = [
cmake
ninja
];
buildInputs =
[