mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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:
parent
8874a5ae6f
commit
8ef3fb5cee
@ -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
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user