net-tools: split man output

This commit is contained in:
Doron Behar
2026-01-22 15:57:34 +02:00
parent 3ea1269656
commit 93f712baa4
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
"CC=${stdenv.cc.targetPrefix}cc"
"AR=${stdenv.cc.targetPrefix}ar"
"BASEDIR=$(out)"
# multiple-outputs.sh will move these manpages to $man automatically
"mandir=/share/man"
"HAVE_ARP_TOOLS=1"
"HAVE_PLIP_TOOLS=1"
@@ -38,6 +39,10 @@ stdenv.mkDerivation rec {
"HAVE_HOSTNAME_SYMLINKS=1"
"HAVE_MII=1"
];
outputs = [
"out"
"man"
];
meta = {
homepage = "http://net-tools.sourceforge.net/";