Revert "yosys: mark as broken on darwin" (#398462)

This commit is contained in:
Gaétan Lepage
2025-04-14 19:09:38 +02:00
committed by GitHub
@@ -177,11 +177,6 @@ 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