Unverified Commit bc62c50c authored by Gutyina Gergő's avatar Gutyina Gergő Committed by GitHub
Browse files

rnote: mark as broken on darwin (#314292)

parent c82c30c6
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;
  };
}