From 5940b0974da95bfaab0016f1ec0d5ff8929b5b39 Mon Sep 17 00:00:00 2001 From: Someone Serge Date: Tue, 28 May 2024 13:27:59 +0000 Subject: implot.tests.implot-demos: don't build on Darwin or aarch64 --- pkgs/by-name/im/implot/demos/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/by-name/im') diff --git a/pkgs/by-name/im/implot/demos/default.nix b/pkgs/by-name/im/implot/demos/default.nix index 43426777e45fb..84a7ed398b64e 100644 --- a/pkgs/by-name/im/implot/demos/default.nix +++ b/pkgs/by-name/im/implot/demos/default.nix @@ -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"; -- cgit 1.4.1