hping: set platforms = all

From http://www.hping.org/:

  "Hping works on the following unix-like systems: Linux, FreeBSD,
   NetBSD, OpenBSD, Solaris, MacOs X, Windows."
This commit is contained in:
Bjørn Forsman 2015-04-11 15:25:11 +02:00
parent 8d1f12c197
commit c1556f70d7

View file

@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
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;
};
}