arangodb: remove enableParallelBuilding

It is unused.
This commit is contained in:
John Soo 2022-10-05 17:00:37 -07:00
parent e1df4f5f21
commit 0da384e7ac
No known key found for this signature in database
GPG key ID: D8A148F8CE4DDBC2

View file

@ -47,8 +47,6 @@ gcc10Stdenv.mkDerivation rec {
"-DASM_OPTIMIZATIONS=${if gcc10Stdenv.hostPlatform.sse4_2Support then "ON" else "OFF"}"
];
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://www.arangodb.com";
description = "A native multi-model database with flexible data models for documents, graphs, and key-values";