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
commit 9d7e15c03c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
};
}