amarok: enableParallelBuilding = true
It builds rather long otherwise.
This commit is contained in:
parent
950feb70b2
commit
75a92f4cd4
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = "-DKDE4_BUILD_TESTS=OFF";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
propagatedUserEnvPkgs = [ qtscriptgenerator ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user