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 16 # No tests 17 17 doCheck = false; 18 18 19 + pythonImportsCheck = [ "spoofmac" ]; 20 + 19 21 meta = with lib; { 20 22 description = "Change your MAC address for debugging purposes"; 21 23 homepage = "https://github.com/feross/SpoofMAC";