treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libsodium openssl protobuf protobufc ];
|
||||
|
||||
separateDebugInfo = true;
|
||||
enableParallelBuilding = true;
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user