0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

spoof-mac: add pythonImportsCheck

This commit is contained in:
Ben Siraphob 2021-11-12 11:59:06 -06:00
parent 1e6d3c55f0
commit 0d6fceb24a
No known key found for this signature in database
GPG key ID: 45F0E5D788143267

View file

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