fb303: use Ninja
(cherry picked from commit 2801ca739a)
(cherry picked from commit 17d32ff843579d847c14ff8b81c7ca3b57bcc08c)
This commit is contained in:
@@ -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 =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user