8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-JYzNOPD1ofOrtZK5TTKxbF1ausmczsltR7F1Vwss8Sw=";
20 checkInputs = [ pytestCheckHook ];
23 description = "Disable App Nap on macOS";
24 homepage = "https://github.com/minrk/appnope";
25 license = lib.licenses.bsd3;
26 maintainers = with lib.maintainers; [ OPNA2608 ];
27 # Not Darwin-specific because dummy fallback may be used cross-platform