Unverified Commit 55f863d0 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

veryfasttree: mark as broken on darwin

parent ec7a96ff
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,5 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
    license = lib.licenses.gpl3Plus;
    maintainers = [ ];
    platforms = lib.platforms.all;
    # last successful hydra build on darwin was in 2024
    broken = stdenv.hostPlatform.isDarwin;
  };
})