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