Commit 5940b097 authored by Someone Serge's avatar Someone Serge
Browse files

implot.tests.implot-demos: don't build on Darwin or aarch64

parent 227e1e98
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -70,6 +70,9 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Standalone ImPlot Demos";
    homepage = "https://github.com/epezent/implot_demos";
    broken =
      stdenv.hostPlatform.isAarch64 # Target "mandel" relies on AVX2
      || stdenv.isDarwin;
    license = licenses.mit;
    maintainers = with maintainers; [ SomeoneSerge ];
    mainProgram = "implot-demos";