seaweedfs: mark broken on darwin

(cherry picked from commit 47abd35dc1)
This commit is contained in:
azahi 2026-06-05 15:05:34 +03:00
commit fc5e9f5938
No known key found for this signature in database

View file

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