Skip to content

Commit 4f4f5ef

Browse files
committed
Revert "yosys: mark as broken on darwin"
This reverts commit ad60ae8.
1 parent 8a1b03c commit 4f4f5ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkgs/development/compilers/yosys/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ stdenv.mkDerivation (finalAttrs: {
177177
homepage = "https://yosyshq.net/yosys/";
178178
license = licenses.isc;
179179
platforms = platforms.all;
180-
badPlatforms = [
181-
# Tests fail
182-
# https://github.com/NixOS/nixpkgs/issues/398121
183-
lib.systems.inspect.patterns.isDarwin
184-
];
185180
maintainers = with maintainers; [
186181
shell
187182
thoughtpolice

0 commit comments

Comments
 (0)