Commit ad60ae83 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

yosys: mark as broken on darwin

parent 71d9aa0f
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