Merge pull request #318304 from pbsds/fix-trytond-1717860250

trytond: mark broken on darwin
This commit is contained in:
Peder Bergebakken Sundt
2024-06-10 00:59:48 +02:00
committed by GitHub
@@ -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