mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
fb303: use Ninja
This commit is contained in:
parent
068ceb04d0
commit
2801ca739a
@ -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 =
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user