gnu: libx11: Add "doc" output.

* gnu/packages/xorg.scm (libx11)[outputs, arguments]: New fields.
This commit is contained in:
Ludovic Courtès 2015-09-11 09:36:49 +02:00
parent c6a3635d54
commit bac4818467

View file

@ -4951,6 +4951,12 @@ (define-public libx11
(base32
"05mx0s0vqzds3qjc1gmjr2s6x2ll37z4lfhgm7p2w7936zl2g81a"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;8 MiB of man pages + XML
(arguments
'(#:configure-flags (list (string-append "--mandir="
(assoc-ref %outputs "doc")
"/share/man"))))
(propagated-inputs
`(("kbproto" ,kbproto)
("libxcb" ,libxcb)))