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 ]
|
||||
++ stdenv.lib.optional stdenv.isLinux inotify-tools;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
dontUseCmakeBuildDir = true;
|
||||
|
||||
cmakeDir = "client";
|
||||
|
||||
Reference in New Issue
Block a user