mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
fbthrift: use Ninja
(cherry picked from commitfcf3d5262c
) (cherry picked from commit795f3c831a
)
This commit is contained in:
parent
ce97828a78
commit
4bb4cb5082
@ -5,6 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
|
||||
cmake,
|
||||
ninja,
|
||||
|
||||
openssl,
|
||||
gflags,
|
||||
@ -32,6 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user