Commit 4f4f5ef5 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

Revert "yosys: mark as broken on darwin"

This reverts commit ad60ae83.
parent 8a1b03c6
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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