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