spoof-mac: add pythonImportsCheck

This commit is contained in:
Ben Siraphob
2021-11-12 22:40:46 -06:00
parent 1e6d3c55f0
commit 0d6fceb24a
@@ -16,6 +16,8 @@ buildPythonPackage rec {
# No tests
doCheck = false;
pythonImportsCheck = [ "spoofmac" ];
meta = with lib; {
description = "Change your MAC address for debugging purposes";
homepage = "https://github.com/feross/SpoofMAC";