treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ curl ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://www.curlpp.org/";
|
||||
|
||||
Reference in New Issue
Block a user