8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94";
17 propagatedBuildInputs = [ ipaddress ];
20 ${python.interpreter} -m unittest discover
24 homepage = "https://github.com/pydron/ifaddr";
25 description = "Enumerates all IP addresses on all network adapters of the system";
26 license = licenses.mit;
27 maintainers = [ maintainers.costrouc ];