Skip to content

Commit

Permalink
hping: broken on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy committed Sep 16, 2016
1 parent ee1b459 commit c7e8ca2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/networking/hping/default.nix
Expand Up @@ -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;
};
}

0 comments on commit c7e8ca2

Please sign in to comment.