fbthrift: reorder attributes

This commit is contained in:
Emily
2024-11-13 16:00:46 +00:00
parent 33fe8a6aff
commit 19f009b3aa
+4 -4
View File
@@ -38,10 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
flex
];
cmakeFlags = [
"-DBUILD_SHARED_LIBS=${if stdenv.hostPlatform.isDarwin then "OFF" else "ON"}"
];
buildInputs =
[
double-conversion
@@ -62,6 +58,10 @@ stdenv.mkDerivation (finalAttrs: {
(darwinMinVersionHook "11.0")
];
cmakeFlags = [
"-DBUILD_SHARED_LIBS=${if stdenv.hostPlatform.isDarwin then "OFF" else "ON"}"
];
meta = {
description = "Facebook's branch of Apache Thrift";
mainProgram = "thrift1";