We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d3a375f commit 9563726Copy full SHA for 9563726
pkgs/development/libraries/mongoc/default.nix
@@ -12,8 +12,10 @@ stdenv.mkDerivation rec {
12
};
13
14
nativeBuildInputs = [ pkgconfig which perl ];
15
- buildInputs = [ openssl zlib snappy ];
16
- propagatedBuildInputs = [ libbson ];
+ buildInputs = [ openssl zlib ];
+ propagatedBuildInputs = [ libbson snappy ];
17
+
18
+ enableParallelBuilding = true;
19
20
meta = with stdenv.lib; {
21
description = "The official C client library for MongoDB";
0 commit comments