python311Packages.power: unbreak on Darwin
This commit is contained in:
parent
edab1b8c48
commit
88ab4caf14
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user