Loading pkgs/os-specific/linux/net-tools/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -38,6 +39,10 @@ stdenv.mkDerivation rec { "HAVE_HOSTNAME_SYMLINKS=1" "HAVE_MII=1" ]; outputs = [ "out" "man" ]; meta = { homepage = "http://net-tools.sourceforge.net/"; Loading Loading
pkgs/os-specific/linux/net-tools/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -38,6 +39,10 @@ stdenv.mkDerivation rec { "HAVE_HOSTNAME_SYMLINKS=1" "HAVE_MII=1" ]; outputs = [ "out" "man" ]; meta = { homepage = "http://net-tools.sourceforge.net/"; Loading