Unverified Commit 114019fb authored by Austin Horstman's avatar Austin Horstman
Browse files

aw-qt: mark darwin badPlatform

pyobjc dependency not packaged
parent 6122ec1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -142,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
    };
  };