fping: split man output

This commit is contained in:
Doron Behar
2026-01-30 15:49:07 +02:00
parent f08748ce77
commit daf90a747c
+5
View File
@@ -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/";