xapian: Move docs to separate output

This reduces xapian's "out" from 9.1 to 3.3 MB.
This commit is contained in:
Eelco Dolstra 2015-07-26 14:04:54 +02:00
parent 6a91bf20c8
commit a2ddbc422f

View File

@ -9,9 +9,11 @@ stdenv.mkDerivation rec {
sha256 = "0grd2s6gf8yzqwdaa50g57j9d81mxkrrpkyldm2shgyizdc8gx33"; sha256 = "0grd2s6gf8yzqwdaa50g57j9d81mxkrrpkyldm2shgyizdc8gx33";
}; };
outputs = [ "out" "doc" ];
buildInputs = [ libuuid zlib ]; buildInputs = [ libuuid zlib ];
meta = { meta = {
description = "Search engine library"; description = "Search engine library";
homepage = http://xapian.org/; homepage = http://xapian.org/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;