Unverified Commit 6122ec1a authored by Austin Horstman's avatar Austin Horstman
Browse files

aw-watcher-window: mark darwin badPlatform

pyobjc dependency not packaged
parent 7695a1e9
Loading
Loading
Loading
Loading
+2 −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
    };
  };