mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +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,
|
fetchFromGitHub,
|
||||||
|
|
||||||
cmake,
|
cmake,
|
||||||
|
ninja,
|
||||||
|
|
||||||
gflags,
|
gflags,
|
||||||
glog,
|
glog,
|
||||||
|
@ -27,7 +28,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
hash = "sha256-Jtztb8CTqvRdRjUa3jaouP5PFAwoM4rKLIfgvOyXUIg=";
|
hash = "sha256-Jtztb8CTqvRdRjUa3jaouP5PFAwoM4rKLIfgvOyXUIg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [
|
||||||
|
cmake
|
||||||
|
ninja
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue