swift: broken on aarch64

never built according to available hydra logs
This commit is contained in:
Uli Baum 2018-09-04 01:13:55 +02:00
parent e4f4debcb9
commit e7a82cac35

View File

@ -287,6 +287,7 @@ stdenv.mkDerivation rec {
# Swift doesn't support 32bit Linux, unknown on other platforms.
platforms = platforms.linux;
badPlatforms = platforms.i686;
broken = stdenv.isAarch64; # 2018-09-04, never built on Hydra
};
}