fbthrift: reorder attributes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user