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