nextcloud-client: enable parallel building
So that the client can build faster.
This commit is contained in:
@@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ qtbase qtwebkit qtkeychain sqlite ]
|
buildInputs = [ qtbase qtwebkit qtkeychain sqlite ]
|
||||||
++ stdenv.lib.optional stdenv.isLinux inotify-tools;
|
++ stdenv.lib.optional stdenv.isLinux inotify-tools;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
dontUseCmakeBuildDir = true;
|
dontUseCmakeBuildDir = true;
|
||||||
|
|
||||||
cmakeDir = "client";
|
cmakeDir = "client";
|
||||||
|
|||||||
Reference in New Issue
Block a user