Unverified Commit be2afa58 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

net-tools: split man output (#482663)

parents 0dca351e 93f712ba
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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/";