1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

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
commit d5ffe75348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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