Unverified Commit 9d7e15c0 authored by Emily's avatar Emily Committed by GitHub
Browse files

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

parents 4b879afe a46499a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,5 +28,6 @@ stdenv.mkDerivation {
    license = licenses.gpl2;
    maintainers = with maintainers; [ jordanisaacs ];
    platforms = platforms.unix;
    broken = stdenv.isDarwin && stdenv.isAarch64; # build timeout
  };
}