yosys: mark as broken on darwin

https://github.com/NixOS/nixpkgs/issues/398121
This commit is contained in:
Gaetan Lepage
2025-04-12 13:44:06 +02:00
parent 71d9aa0f23
commit ad60ae83a2
@@ -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