mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
agg: disable hanging darwin Hydra builds
https://hydra.nixos.org/job/nixpkgs/staging-next/agg.aarch64-darwin
This commit is contained in:
parent
f28717d909
commit
d50a3d101d
@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
homepage = "http://www.antigrain.com/";
|
||||
platforms = lib.platforms.unix;
|
||||
hydraPlatforms = lib.platforms.linux; # build hangs on both Darwin platforms, needs investigation
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user