arp-scan: enable on darwin
This commit is contained in:
parent
cd45ca8443
commit
d4f09d9537
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "http://www.nta-monitor.com/wiki/index.php/Arp-scan_Documentation";
|
homepage = "http://www.nta-monitor.com/wiki/index.php/Arp-scan_Documentation";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ bjornfor mikoim ];
|
maintainers = with maintainers; [ bjornfor mikoim r-burns ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user