iproute: Actually don't install docs

This commit is contained in:
William A. Kennington III 2015-07-27 09:24:49 -07:00
parent fa0b84c446
commit 5792b1345a

View file

@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
"DESTDIR="
"LIBDIR=$(out)/lib"
"SBINDIR=$(out)/sbin"
"DOCDIR=$(out)/share/doc/${name}"
"MANDIR=$(out)/share/man"
"DOCDIR=$(TMPDIR)/share/doc/${name}" # Don't install docs
];
buildFlags = [
@ -36,9 +36,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# Get rid of useless TeX/SGML docs.
postInstall = "rm -rf $out/share/doc";
meta = with stdenv.lib; {
homepage = http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
description = "A collection of utilities for controlling TCP/IP networking and traffic control in Linux";