mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
mvfst: use Ninja
This commit is contained in:
parent
4f8f722165
commit
c647a83120
@ -5,6 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
|
||||
cmake,
|
||||
ninja,
|
||||
|
||||
fizz,
|
||||
folly,
|
||||
@ -25,7 +26,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-KjNTDgpiR9EG42Agl2JFJoPo5+8GlS27oPMWpdLq2v8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user