Revert "yosys: mark as broken on darwin"

This reverts commit ad60ae83a2.
This commit is contained in:
Gaetan Lepage
2025-04-14 01:14:41 +02:00
parent 8a1b03c6f8
commit 4f4f5ef5c2
@@ -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