treewide: s,enableParallelBuild(s),enableParallelBuilding,g

This commit is contained in:
Joachim Fasting 2017-05-20 15:38:01 +02:00
parent 3a084a80e7
commit 874b81b31f
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuild = true;
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A CAS for polynomial computations";

View File

@ -114,7 +114,7 @@ in stdenv.mkDerivation rec {
sed -i '/TestWebServer.cpp/d' xbmc/network/test/{Makefile,CMakeLists.txt}
'';
enableParallelBuild = true;
enableParallelBuilding = true;
doCheck = true;

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
makeFlags = "-C tools/lkl";
enableParallelBuilds = true;
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "LKL (Linux Kernel Library) aims to allow reusing the Linux kernel code as extensively as possible with minimal effort and reduced maintenance overhead";