treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -27,8 +27,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = stdenv.lib.optional (!stdenv.isLinux) libiconv;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = false; # hangs. or very expensive?
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user