mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
agg: disable hanging darwin Hydra builds
https://hydra.nixos.org/job/nixpkgs/staging-next/agg.aarch64-darwin
(cherry picked from commit d50a3d101d
)
This commit is contained in:
parent
c3dba10c4d
commit
e5074cbb76
@ -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