Commit daf90a74 authored by Doron Behar's avatar Doron Behar
Browse files

fping: split man output

parent f08748ce
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ stdenv.mkDerivation (finalAttrs: {
    "--enable-ipv4"
  ];

  outputs = [
    "out"
    "man"
  ];

  meta = {
    description = "Send ICMP echo probes to network hosts";
    homepage = "http://fping.org/";