about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorGutyina Gergő <gutyina.gergo.2@gmail.com>2024-05-25 09:56:14 +0200
committerGitHub <noreply@github.com>2024-05-25 07:56:14 +0000
commitbc62c50c0ae49d0ec27d63cb4910d91aea1d3c6f (patch)
tree22f44317120f43a6df59e2560712b68d9915821e /pkgs/applications/graphics
parentc82c30c6427fefec284345ec4d22832b8cdcd877 (diff)
rnote: mark as broken on darwin (#314292)
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/rnote/default.nix2
1 files changed, 2 insertions, 0 deletions
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;
   };
 }