7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "7d7d60ec332acbe3a7d00379b45e39abf650bf7ee311d61da5ab921f52f060f0";
16 # Tests can't work because there is no power information available.
20 broken = stdenv.isDarwin;
21 description = "Cross-platform system power status information";
22 homepage = "https://github.com/Kentzo/Power";
23 license = licenses.mit;