enableParallelBuild -> enableParallelBuilding
This commit is contained in:
parent
f5271680c4
commit
02ee9d83d0
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ libcommuni qtbase ];
|
buildInputs = [ libcommuni qtbase ];
|
||||||
|
|
||||||
enableParallelBuild = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export QMAKEFEATURES=${libcommuni}/features
|
export QMAKEFEATURES=${libcommuni}/features
|
||||||
|
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
"--with-polarssl=${polarssl}"
|
"--with-polarssl=${polarssl}"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuild = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.linphone.org/index.php/eng;
|
homepage = http://www.linphone.org/index.php/eng;
|
||||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake ];
|
buildInputs = [ cmake ];
|
||||||
enableParallelBuild = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Advanced disassembly library";
|
description = "Advanced disassembly library";
|
||||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ qtbase qtdeclarative ];
|
buildInputs = [ qtbase qtdeclarative ];
|
||||||
nativeBuildInputs = [ qmakeHook which ];
|
nativeBuildInputs = [ qmakeHook which ];
|
||||||
|
|
||||||
enableParallelBuild = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
dontUseQmakeConfigure = true;
|
dontUseQmakeConfigure = true;
|
||||||
configureFlags = "-config release";
|
configureFlags = "-config release";
|
||||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec{
|
||||||
"--localstatedir=/var/lib"
|
"--localstatedir=/var/lib"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuild = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Apple Filing Protocol Server";
|
description = "Apple Filing Protocol Server";
|
||||||
|
|
Loading…
Reference in New Issue