Commit 3b11560d authored by Gutyina Gergő's avatar Gutyina Gergő Committed by github-actions[bot]
Browse files

rnote: mark as broken on darwin

(cherry picked from commit 3a560bface75806b46e5bba5673290f2fc85ec49)
parent e10170a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}