treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ gmp ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
cmakeDir = "../src";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user