mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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.
This commit is contained in:
parent
3ef0c67463
commit
8ef6064848
1 changed files with 3 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue