mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
xapian: Move docs to separate output
This reduces xapian's "out" from 9.1 to 3.3 MB.
This commit is contained in:
parent
6a91bf20c8
commit
a2ddbc422f
@ -9,9 +9,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0grd2s6gf8yzqwdaa50g57j9d81mxkrrpkyldm2shgyizdc8gx33";
|
||||
};
|
||||
|
||||
outputs = [ "out" "doc" ];
|
||||
|
||||
buildInputs = [ libuuid zlib ];
|
||||
|
||||
meta = {
|
||||
meta = {
|
||||
description = "Search engine library";
|
||||
homepage = http://xapian.org/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
Loading…
Reference in New Issue
Block a user