fping: split man output (#485333)
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user