lol

enableParallelBuild -> enableParallelBuilding

+5 -5
+1 -1
pkgs/applications/networking/irc/communi/default.nix
··· 15 15 16 16 buildInputs = [ libcommuni qtbase ]; 17 17 18 - enableParallelBuild = true; 18 + enableParallelBuilding = true; 19 19 20 20 preConfigure = '' 21 21 export QMAKEFEATURES=${libcommuni}/features
+1 -1
pkgs/development/libraries/belle-sip/default.nix
··· 35 35 "--with-polarssl=${polarssl}" 36 36 ]; 37 37 38 - enableParallelBuild = true; 38 + enableParallelBuilding = true; 39 39 40 40 meta = with stdenv.lib; { 41 41 homepage = http://www.linphone.org/index.php/eng;
+1 -1
pkgs/development/libraries/capstone/default.nix
··· 10 10 }; 11 11 12 12 buildInputs = [ cmake ]; 13 - enableParallelBuild = true; 13 + enableParallelBuilding = true; 14 14 15 15 meta = { 16 16 description = "Advanced disassembly library";
+1 -1
pkgs/development/libraries/libcommuni/default.nix
··· 15 15 buildInputs = [ qtbase qtdeclarative ]; 16 16 nativeBuildInputs = [ qmakeHook which ]; 17 17 18 - enableParallelBuild = true; 18 + enableParallelBuilding = true; 19 19 20 20 dontUseQmakeConfigure = true; 21 21 configureFlags = "-config release";
+1 -1
pkgs/tools/filesystems/netatalk/default.nix
··· 19 19 "--localstatedir=/var/lib" 20 20 ]; 21 21 22 - enableParallelBuild = true; 22 + enableParallelBuilding = true; 23 23 24 24 meta = { 25 25 description = "Apple Filing Protocol Server";