treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -24,8 +24,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
maintainers = with lib.maintainers; [ peterhoeg ];
|
||||
# The build requires at least Qt 5.14:
|
||||
|
||||
Reference in New Issue
Block a user