mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
pythonPackages.yapsy: mark broken on darwin
This commit is contained in:
parent
8ac073a0e1
commit
e20952b311
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue