owi: mark badPlatforms on Darwin
Unfortunately, I've never gotten owi to work on Darwin successfully. Mark it as badPlatforms for now to stop hydra from failing and nixpkgs-review PRs failures. Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -85,5 +85,6 @@ ocamlPackages.buildDunePackage rec {
|
||||
maintainers = [ lib.maintainers.ethancedwards8 ];
|
||||
teams = with lib.teams; [ ngi ];
|
||||
mainProgram = "owi";
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user