Commit 076c54c5 authored by Martin Weinelt's avatar Martin Weinelt Committed by github-actions[bot]
Browse files

digikam: mark as big-paralllel

This will allocate more resources to the build making sure it completes
in a more reasonable time and not block a build slot for over 3 hours.

(cherry picked from commit 8ef60648)
parent 91e450f3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -204,6 +204,9 @@ stdenv.mkDerivation (finalAttrs: {
      --replace "/usr/bin/sqlite3" "${lib.getExe sqlite}"
  '';

  # over 3h in a normal build slot (2 cores
  requiredSystemFeatures = [ "big-parallel" ];

  meta = {
    description = "Photo management application";
    homepage = "https://www.digikam.org/";