seaweedfs: mark broken on darwin

(cherry picked from commit 47abd35dc1)
This commit is contained in:
azahi
2026-06-05 15:05:34 +03:00
parent c9698e3438
commit fc5e9f5938

View File

@@ -93,5 +93,6 @@ buildGoModule (finalAttrs: {
wozeparrot
];
mainProgram = "weed";
broken = stdenv.hostPlatform.isDarwin;
};
})