mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
fb303: use Ninja
This commit is contained in:
parent
068ceb04d0
commit
2801ca739a
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue