mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
hping: broken on darwin
This commit is contained in:
parent
ee1b4598aa
commit
c7e8ca2ce5
@ -40,10 +40,11 @@ stdenv.mkDerivation rec {
|
||||
ln -vs hping3.8.gz "$out/share/man/man8/hping2.8.gz"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A command-line oriented TCP/IP packet assembler/analyzer";
|
||||
homepage = "http://www.hping.org/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user