volantes-cursors: don't build on aarch64-darwin (#337750)

This commit is contained in:
Emily
2024-08-28 15:02:15 +01:00
committed by GitHub

View File

@@ -28,5 +28,6 @@ stdenv.mkDerivation {
license = licenses.gpl2;
maintainers = with maintainers; [ jordanisaacs ];
platforms = platforms.unix;
broken = stdenv.isDarwin && stdenv.isAarch64; # build timeout
};
}