Skip to content

Commit

Permalink
digikam: disable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Dec 6, 2017
1 parent 0226077 commit 9b08b87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/graphics/digikam/default.nix
Expand Up @@ -99,8 +99,6 @@ mkDerivation rec {
threadweaver
];

enableParallelBuilding = true;

cmakeFlags = [
"-DENABLE_MYSQLSUPPORT=1"
"-DENABLE_INTERNALMYSQL=1"
Expand All @@ -124,6 +122,10 @@ mkDerivation rec {

patchFlags = "-d core -p1";

# `en make -f core/utilities/assistants/expoblending/CMakeFiles/expoblending_src.dir/build.make core/utilities/assistants/expoblending/CMakeFiles/expoblending_src.dir/manager/expoblendingthread.cpp.o`:
# digikam_version.h:37:24: fatal error: gitversion.h: No such file or directory
enableParallelBuilding = false;

meta = with lib; {
description = "Photo Management Program";
license = licenses.gpl2;
Expand Down

0 comments on commit 9b08b87

Please sign in to comment.