aw-watcher-window: mark darwin badPlatform

pyobjc dependency not packaged
This commit is contained in:
Austin Horstman
2024-11-05 15:27:00 -06:00
parent 7695a1e9a9
commit 6122ec1a8c
@@ -1,5 +1,6 @@
{
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
};
};