Unverified Commit e166dd1a authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

yosys: mark as broken on darwin (#398107)

parents 142016d2 ad60ae83
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -177,6 +177,11 @@ 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