mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
aw-watcher-window: mark darwin badPlatform
pyobjc dependency not packaged
This commit is contained in:
parent
7695a1e9a9
commit
6122ec1a8c
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
fetchpatch,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
@ -83,6 +84,7 @@ rec {
|
|||||||
homepage = "https://github.com/ActivityWatch/aw-watcher-window";
|
homepage = "https://github.com/ActivityWatch/aw-watcher-window";
|
||||||
maintainers = with maintainers; [ huantian ];
|
maintainers = with maintainers; [ huantian ];
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
|
badPlatforms = lib.platforms.darwin; # requires pyobjc-framework
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user