treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -14,8 +14,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake makeWrapper ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# we need unar to for multi-archive extraction
|
||||
postFixup = stdenv.lib.optionalString withGog ''
|
||||
wrapProgram $out/bin/innoextract \
|
||||
|
||||
Reference in New Issue
Block a user