trytond: mark broken on darwin

This commit is contained in:
Peder Bergebakken Sundt
2024-06-08 17:29:11 +02:00
parent 8d6d005af6
commit 1b58f683c9
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchPypi,
pythonOlder,
@@ -88,6 +89,7 @@ buildPythonPackage rec {
homepage = "http://www.tryton.org/";
changelog = "https://foss.heptapod.net/tryton/tryton/-/blob/trytond-${version}/trytond/CHANGELOG?ref_type=tags";
license = licenses.gpl3Plus;
broken = stdenv.isDarwin;
maintainers = with maintainers; [
udono
johbo