gnu: libx11: Add "doc" output.

* gnu/packages/xorg.scm (libx11)[outputs, arguments]: New fields.
master
Ludovic Courtès 2015-09-11 09:36:49 +02:00
parent c6a3635d54
commit bac4818467
1 changed files with 6 additions and 0 deletions

View File

@ -4951,6 +4951,12 @@ draggable titlebars and borders.")
(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)))