forked from mirrors/nixpkgs
* Remove libX11 docs.
svn path=/nixpkgs/branches/x-updates/; revision=25855
This commit is contained in:
parent
935a8efdb0
commit
8ca86a8114
|
@ -49,6 +49,11 @@ in
|
|||
|
||||
libX11 = attrs: attrs // {
|
||||
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
||||
postInstall =
|
||||
''
|
||||
# Remove useless DocBook XML files.
|
||||
rm -rf $out/share/doc
|
||||
'';
|
||||
};
|
||||
|
||||
libXrender = attrs: attrs // {
|
||||
|
|
Loading…
Reference in a new issue