tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
enableParallelBuild -> enableParallelBuilding
Eelco Dolstra
9 years ago
02ee9d83
f5271680
+5
-5
5 changed files
expand all
collapse all
unified
split
pkgs
applications
networking
irc
communi
default.nix
development
libraries
belle-sip
default.nix
capstone
default.nix
libcommuni
default.nix
tools
filesystems
netatalk
default.nix
+1
-1
pkgs/applications/networking/irc/communi/default.nix
···
15
15
16
16
buildInputs = [ libcommuni qtbase ];
17
17
18
18
-
enableParallelBuild = true;
18
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
38
-
enableParallelBuild = true;
38
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
13
-
enableParallelBuild = true;
13
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
18
-
enableParallelBuild = true;
18
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
22
-
enableParallelBuild = true;
22
22
+
enableParallelBuilding = true;
23
23
24
24
meta = {
25
25
description = "Apple Filing Protocol Server";