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

aw-{qt, watcher-window}: mark darwin badPlatform (#353754)

parents 6e1c0381 114019fb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  rustPlatform,
@@ -83,6 +84,7 @@ rec {
      homepage = "https://github.com/ActivityWatch/aw-watcher-window";
      maintainers = with maintainers; [ huantian ];
      license = licenses.mpl20;
      badPlatforms = lib.platforms.darwin; # requires pyobjc-framework
    };
  };

@@ -140,6 +142,7 @@ rec {
      homepage = "https://github.com/ActivityWatch/aw-qt";
      maintainers = with maintainers; [ huantian ];
      license = licenses.mpl20;
      badPlatforms = lib.platforms.darwin; # requires pyobjc-framework
    };
  };