Loading pkgs/development/python-modules/uptime/default.nix +8 −11 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder , setuptools { lib, buildPythonPackage, fetchPypi, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -17,16 +18,12 @@ buildPythonPackage rec { hash = "sha256-fDACVHdbgHzkbj3LzaMKo7miBLnFenrB557m2+OUKXM="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; # Tests are not shipped doCheck = false; pythonImportsCheck = [ "uptime" ]; pythonImportsCheck = [ "uptime" ]; meta = with lib; { description = "Cross-platform way to retrieve system uptime and boot time"; Loading Loading
pkgs/development/python-modules/uptime/default.nix +8 −11 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder , setuptools { lib, buildPythonPackage, fetchPypi, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -17,16 +18,12 @@ buildPythonPackage rec { hash = "sha256-fDACVHdbgHzkbj3LzaMKo7miBLnFenrB557m2+OUKXM="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; # Tests are not shipped doCheck = false; pythonImportsCheck = [ "uptime" ]; pythonImportsCheck = [ "uptime" ]; meta = with lib; { description = "Cross-platform way to retrieve system uptime and boot time"; Loading