digikam: enable parallel build
This commit is contained in:
parent
a9d9fea4b7
commit
997ed4eca2
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ mkDerivation rec {
|
|||
threadweaver
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
cmakeFlags = [
|
||||
"-DENABLE_MYSQLSUPPORT=1"
|
||||
"-DENABLE_INTERNALMYSQL=1"
|
||||
|
|
Loading…
Reference in a new issue