fb303: reorder inputs to match upstream file

(cherry picked from commit ef6c8fc06f)
(cherry picked from commit 43f7996c26599df72206ba4643604be8cf0b6084)
This commit is contained in:
Emily
2024-11-30 15:11:28 +01:00
committed by Vladimír Čunát
parent 8732b37e60
commit 0642824e7f
+10 -7
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