Skip to content

Commit

Permalink
rnote: mark as broken on darwin (NixOS#314292)
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird authored May 25, 2024
1 parent c82c30c commit bc62c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/graphics/rnote/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit bc62c50

Please sign in to comment.