mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
iproute: Actually don't install docs
This commit is contained in:
parent
fa0b84c446
commit
5792b1345a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user