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

This commit is contained in:
Joachim Fasting
2017-05-20 17:16:17 +02:00
parent 3a084a80e7
commit 874b81b31f
3 changed files with 3 additions and 3 deletions
@@ -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";