firefly-iii: disable hanging darwin Hydra builds

https://hydra.nixos.org/job/nixpkgs/trunk/firefly-iii.aarch64-darwin/all
(cherry picked from commit 36747427fc)
This commit is contained in:
Olivér Falvai 2024-11-10 20:07:50 +01:00 committed by github-actions[bot]
parent 8874a5ae6f
commit 8ef3fb5cee

View File

@ -88,5 +88,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://github.com/firefly-iii/firefly-iii";
license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.savyajha lib.maintainers.patrickdag ];
hydraPlatforms = lib.platforms.linux; # build hangs on both Darwin platforms, needs investigation
};
})