gnu: libx11: Add "doc" output.
* gnu/packages/xorg.scm (libx11)[outputs, arguments]: New fields.
This commit is contained in:
parent
c6a3635d54
commit
bac4818467
1 changed files with 6 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue