7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-zAy/yqv3ZdRFlYJfuWqZuxLHlxa3O0QzDqOO4rDErtQ=";
20 pythonImportsCheck = [ "ifaddr" ];
23 homepage = "https://github.com/pydron/ifaddr";
24 description = "Enumerates all IP addresses on all network adapters of the system";
25 license = licenses.mit;
26 maintainers = [ maintainers.costrouc ];