Skip to content

Commit 874b81b

Browse files
committedMay 20, 2017
treewide: s,enableParallelBuild(s),enableParallelBuilding,g
1 parent 3a084a8 commit 874b81b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎pkgs/applications/science/math/singular/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
4040
done
4141
'';
4242

43-
enableParallelBuild = true;
43+
enableParallelBuilding = true;
4444

4545
meta = with stdenv.lib; {
4646
description = "A CAS for polynomial computations";

‎pkgs/applications/video/kodi/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ in stdenv.mkDerivation rec {
114114
sed -i '/TestWebServer.cpp/d' xbmc/network/test/{Makefile,CMakeLists.txt}
115115
'';
116116

117-
enableParallelBuild = true;
117+
enableParallelBuilding = true;
118118

119119
doCheck = true;
120120

‎pkgs/applications/virtualization/lkl/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
3535

3636
makeFlags = "-C tools/lkl";
3737

38-
enableParallelBuilds = true;
38+
enableParallelBuilding = true;
3939

4040
meta = with stdenv.lib; {
4141
description = "LKL (Linux Kernel Library) aims to allow reusing the Linux kernel code as extensively as possible with minimal effort and reduced maintenance overhead";

0 commit comments

Comments
 (0)
Please sign in to comment.