amarok: enableParallelBuilding = true

It builds rather long otherwise.
This commit is contained in:
Vladimír Čunát 2016-08-06 17:32:09 +02:00
parent 950feb70b2
commit 75a92f4cd4

View File

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
cmakeFlags = "-DKDE4_BUILD_TESTS=OFF";
enableParallelBuilding = true;
propagatedUserEnvPkgs = [ qtscriptgenerator ];
meta = {