nextcloud-client: enable parallel building
So that the client can build faster.
This commit is contained in:
parent
e02f936b27
commit
4ce18c8367
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user