fb303: reorder attributes

(cherry picked from commit 025d0edf86)
(cherry picked from commit 96a214a588c953687086c21c4b8c72b2eae86f7c)
This commit is contained in:
Emily
2024-11-30 15:11:28 +01:00
committed by Vladimír Čunát
parent e99730c8c7
commit 8732b37e60
+4 -3
View File
@@ -25,9 +25,6 @@ stdenv.mkDerivation (finalAttrs: {
};
nativeBuildInputs = [ cmake ];
cmakeFlags = [
"-DPYTHON_EXTENSIONS=OFF"
];
buildInputs =
[
@@ -43,6 +40,10 @@ stdenv.mkDerivation (finalAttrs: {
(darwinMinVersionHook "11.0")
];
cmakeFlags = [
"-DPYTHON_EXTENSIONS=OFF"
];
meta = {
description = "Base Thrift service and a common set of functionality for querying stats, options, and other information from a service";
homepage = "https://github.com/facebook/fb303";