Skip to content

Commit 9b78090

Browse files
authored
Revert "yosys: mark as broken on darwin" (#398462)
2 parents 7a698ca + 4f4f5ef commit 9b78090

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)