veryfasttree: mark as broken on darwin

This commit is contained in:
Rafael Ieda
2025-11-02 19:09:20 -03:00
parent ec7a96ff8c
commit 55f863d0b3
+2
View File
@@ -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;
};
})