mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
libxcb: Put docs/manpages in separate outputs
This commit is contained in:
parent
a5fb18473e
commit
32d02132c2
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ let
|
|||
url = mirror://xorg/individual/xcb/libxcb-1.9.tar.bz2;
|
||||
sha256 = "15icn78x610dvvgnji6b3pyn8nd88lz68hq0w73pcadf78mycmw8";
|
||||
};
|
||||
outputs = [ "dev" "out" "doc" ];
|
||||
outputs = [ "dev" "out" "doc" "man" ];
|
||||
buildInputs = [pkgconfig libxslt libpthreadstubs python libXau xcbproto libXdmcp ];
|
||||
})) // {inherit libxslt libpthreadstubs python libXau xcbproto libXdmcp ;};
|
||||
|
||||
|
|
Loading…
Reference in a new issue