pythonPackages.yapsy: mark broken on darwin

This commit is contained in:
Sandro Jäckel 2021-02-17 23:11:58 +01:00
parent 8ac073a0e1
commit e20952b311
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
}:
@ -16,6 +17,7 @@ buildPythonPackage rec {
homepage = "http://yapsy.sourceforge.net/";
description = "Yet another plugin system";
license = licenses.bsd0;
# tests fail and are not using pytest to easily disable them
broken = stdenv.isDarwin;
};
}