mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
fb303: reorder inputs to match upstream file
(cherry picked from commitef6c8fc06f
) (cherry picked from commit43f7996c26
)
This commit is contained in:
parent
8732b37e60
commit
0642824e7f
1 changed files with 10 additions and 7 deletions
|
@ -1,14 +1,17 @@
|
||||||
{
|
{
|
||||||
stdenv,
|
|
||||||
lib,
|
lib,
|
||||||
|
stdenv,
|
||||||
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
|
||||||
cmake,
|
cmake,
|
||||||
|
|
||||||
|
glog,
|
||||||
|
folly,
|
||||||
fbthrift,
|
fbthrift,
|
||||||
fizz,
|
fizz,
|
||||||
folly,
|
|
||||||
glog,
|
|
||||||
python3,
|
|
||||||
wangle,
|
wangle,
|
||||||
|
python3,
|
||||||
apple-sdk_11,
|
apple-sdk_11,
|
||||||
darwinMinVersionHook,
|
darwinMinVersionHook,
|
||||||
}:
|
}:
|
||||||
|
@ -28,12 +31,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[
|
[
|
||||||
|
glog
|
||||||
|
folly
|
||||||
fbthrift
|
fbthrift
|
||||||
fizz
|
fizz
|
||||||
folly
|
|
||||||
glog
|
|
||||||
python3
|
|
||||||
wangle
|
wangle
|
||||||
|
python3
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||||
apple-sdk_11
|
apple-sdk_11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue