etesync-dav: mark as broken on Darwin
This commit is contained in:
parent
7c1eee3b8e
commit
6cb37d21a3
@ -1,4 +1,4 @@
|
||||
{ lib, python3Packages, radicale3 }:
|
||||
{ lib, stdenv, python3Packages, radicale3 }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "etesync-dav";
|
||||
@ -24,5 +24,6 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "Secure, end-to-end encrypted, and privacy respecting sync for contacts, calendars and tasks";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ valodim ];
|
||||
broken = stdenv.isDarwin; # pyobjc-framework-Cocoa is missing
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user