mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
fizz: use Ninja
(cherry picked from commit1c1d6a6ba2
) (cherry picked from commit04e66d17a3
)
This commit is contained in:
parent
b76f9f3439
commit
61c6aeaa31
@ -5,6 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
|
||||
cmake,
|
||||
ninja,
|
||||
|
||||
folly,
|
||||
openssl,
|
||||
@ -32,7 +33,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-IHWotiVUjGOvebXy4rwsh8U8UMxTrF1VaqXzZMjojiM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user