mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
spoof-mac: add pythonImportsCheck
This commit is contained in:
parent
1e6d3c55f0
commit
0d6fceb24a
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ buildPythonPackage rec {
|
||||||
# No tests
|
# No tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "spoofmac" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Change your MAC address for debugging purposes";
|
description = "Change your MAC address for debugging purposes";
|
||||||
homepage = "https://github.com/feross/SpoofMAC";
|
homepage = "https://github.com/feross/SpoofMAC";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue