* Remove libX11 docs.

svn path=/nixpkgs/branches/x-updates/; revision=25855
This commit is contained in:
Eelco Dolstra 2011-02-09 15:17:15 +00:00
parent 935a8efdb0
commit 8ca86a8114

View file

@ -49,6 +49,11 @@ in
libX11 = attrs: attrs // {
preConfigure = setMalloc0ReturnsNullCrossCompiling;
postInstall =
''
# Remove useless DocBook XML files.
rm -rf $out/share/doc
'';
};
libXrender = attrs: attrs // {