nextcloud-client: enable parallel building

So that the client can build faster.
This commit is contained in:
Ruben Maher 2017-09-12 09:22:48 +09:30
parent e02f936b27
commit 4ce18c8367

View File

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase qtwebkit qtkeychain sqlite ]
++ stdenv.lib.optional stdenv.isLinux inotify-tools;
enableParallelBuilding = true;
dontUseCmakeBuildDir = true;
cmakeDir = "client";