spoof-mac: add pythonImportsCheck

main
Ben Siraphob 3 years ago
parent 1e6d3c55f0
commit 0d6fceb24a
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267
  1. 2
      pkgs/tools/networking/spoof-mac/default.nix

@ -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";

Loading…
Cancel
Save