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:
commit
d5ffe75348
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue