yosys: mark as broken on darwin (#398107)

This commit is contained in:
Gaétan Lepage
2025-04-12 19:27:54 +02:00
committed by GitHub
@@ -177,6 +177,11 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://yosyshq.net/yosys/";
license = licenses.isc;
platforms = platforms.all;
badPlatforms = [
# Tests fail
# https://github.com/NixOS/nixpkgs/issues/398121
lib.systems.inspect.patterns.isDarwin
];
maintainers = with maintainers; [
shell
thoughtpolice