amarok: enableParallelBuilding = true

It builds rather long otherwise.
This commit is contained in:
Vladimír Čunát
2016-08-07 20:46:37 +02:00
parent 950feb70b2
commit 75a92f4cd4
@@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
cmakeFlags = "-DKDE4_BUILD_TESTS=OFF";
enableParallelBuilding = true;
propagatedUserEnvPkgs = [ qtscriptgenerator ];
meta = {