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."
Bjørn Forsman 10 years ago c1556f70 8d1f12c1
··· 44 44 description = "A command-line oriented TCP/IP packet assembler/analyzer"; 45 45 homepage = "http://www.hping.org/"; 46 46 license = stdenv.lib.licenses.gpl2; 47 47 + platforms = stdenv.lib.platforms.all; 47 48 }; 48 49 }