python312Packages.greeclimate: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2025-05-12 14:03:57 -07:00
parent f7622f886c
commit bce8907fbd
No known key found for this signature in database

View File

@ -1,5 +1,4 @@
{
stdenv,
lib,
buildPythonPackage,
pythonOlder,
@ -63,7 +62,6 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = stdenv.hostPlatform.isDarwin;
description = "Discover, connect and control Gree based minisplit systems";
homepage = "https://github.com/cmroche/greeclimate";
changelog = "https://github.com/cmroche/greeclimate/blob/${src.rev}/CHANGELOG.md";