enableParallelBuild -> enableParallelBuilding

This commit is contained in:
Eelco Dolstra
2016-09-01 10:46:47 +02:00
parent f5271680c4
commit 02ee9d83d0
5 changed files with 5 additions and 5 deletions
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
"--with-polarssl=${polarssl}"
];
enableParallelBuild = true;
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://www.linphone.org/index.php/eng;