vp: disable hanging darwin Hydra builds
https://hydra.nixos.org/job/nixpkgs/trunk/vp.aarch64-darwin
This commit is contained in:
parent
36747427fc
commit
fe6432fe76
@ -44,5 +44,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "vp";
|
||||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||
inherit (SDL.meta) platforms;
|
||||
hydraPlatforms = lib.platforms.linux; # build hangs on both Darwin platforms, needs investigation
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user