9 buildPythonPackage rec {
13 src = fetchFromGitHub {
14 owner = "GhostofGoes";
17 sha256 = "08d4iv5bjl1s4i9qhzf3pzjgj1rgbwi0x26qypf3ycgdj0a6gvh2";
29 "test_cli_main_verbose"
31 "test_cli_multiple_debug_levels"
32 # Disable test that require network access
33 "test_uuid_lanscan_iface"
36 pythonImportsCheck = [ "getmac" ];
39 description = "Python package to get the MAC address of network interfaces and hosts on the local network";
40 homepage = "https://github.com/GhostofGoes/getmac";
41 license = licenses.mit;
42 maintainers = with maintainers; [ colemickens ];