fb303: reorder inputs to match upstream file

(cherry picked from commit ef6c8fc06f)
This commit is contained in:
Emily 2024-11-13 15:33:42 +00:00 committed by github-actions[bot]
parent 96a214a588
commit 43f7996c26

View file

@ -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