python311Packages.pescea: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-05 10:45:17 -07:00
parent 6aa3b3ed45
commit 587ef56ca5

View File

@ -1,5 +1,4 @@
{
stdenv,
lib,
async-timeout,
buildPythonPackage,
@ -49,7 +48,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pescea" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Python interface to Escea fireplaces";
homepage = "https://github.com/lazdavila/pescea";
license = licenses.gpl3Plus;