Merge pull request #145665 from siraben/spoof-mac-pythonImportsCheck

spoof-mac: add pythonImportsCheck

authored by Jörg Thalheim and committed by GitHub cd905838 e001f984

+2
+2
pkgs/tools/networking/spoof-mac/default.nix
··· 16 # No tests 17 doCheck = false; 18 19 meta = with lib; { 20 description = "Change your MAC address for debugging purposes"; 21 homepage = "https://github.com/feross/SpoofMAC";
··· 16 # No tests 17 doCheck = false; 18 19 + pythonImportsCheck = [ "spoofmac" ]; 20 + 21 meta = with lib; { 22 description = "Change your MAC address for debugging purposes"; 23 homepage = "https://github.com/feross/SpoofMAC";