From bc62c50c0ae49d0ec27d63cb4910d91aea1d3c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 25 May 2024 09:56:14 +0200 Subject: [PATCH] rnote: mark as broken on darwin (#314292) --- pkgs/applications/graphics/rnote/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/graphics/rnote/default.nix b/pkgs/applications/graphics/rnote/default.nix index 2d60d46d612a1..1e189138eba22 100644 --- a/pkgs/applications/graphics/rnote/default.nix +++ b/pkgs/applications/graphics/rnote/default.nix @@ -93,5 +93,7 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ dotlambda gepbird yrd ]; platforms = platforms.unix; + # compiler error since 2023-11-17 + broken = stdenv.isDarwin; }; }