python3Packages.pymonctl: mark broken on darwin
This commit is contained in:
parent
7ae96bb0ee
commit
ade903c5be
@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
@ -38,5 +39,6 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.bsd3;
|
||||
description = "Cross-Platform toolkit to get info on and control monitors connected";
|
||||
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user