* Remove libX11 docs.
svn path=/nixpkgs/branches/x-updates/; revision=25855
This commit is contained in:
@@ -49,6 +49,11 @@ in
|
|||||||
|
|
||||||
libX11 = attrs: attrs // {
|
libX11 = attrs: attrs // {
|
||||||
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
||||||
|
postInstall =
|
||||||
|
''
|
||||||
|
# Remove useless DocBook XML files.
|
||||||
|
rm -rf $out/share/doc
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
libXrender = attrs: attrs // {
|
libXrender = attrs: attrs // {
|
||||||
|
|||||||
Reference in New Issue
Block a user