fb303: reorder inputs to match upstream file

(cherry picked from commit ef6c8fc06f)
(cherry picked from commit 43f7996c26)
This commit is contained in:
Emily 2024-11-13 15:33:42 +00:00 committed by Vladimír Čunát
parent 8732b37e60
commit 0642824e7f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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