python311Packages.power: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-05 10:39:56 -07:00
parent edab1b8c48
commit 88ab4caf14

View File

@ -1,5 +1,4 @@
{
stdenv,
lib,
buildPythonPackage,
fetchPypi,
@ -19,7 +18,6 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Cross-platform system power status information";
homepage = "https://github.com/Kentzo/Power";
license = licenses.mit;